Documentation for TrainingCenterDatabasev2

Complex Type: CustomSpeedZone_t

[Table of contents]

Super-types: Zone_t < CustomSpeedZone_t (by extension)
Sub-types: None
Name CustomSpeedZone_t
Abstract no
XML Instance Representation
<...>
<ViewAs> SpeedType_t </ViewAs> [1]
<LowInMetersPerSecond> SpeedInMetersPerSecond_t </LowInMetersPerSecond> [1]
<HighInMetersPerSecond> SpeedInMetersPerSecond_t </HighInMetersPerSecond> [1]
</...>
Diagram
Schema Component Representation
<xsd:complexType name="CustomSpeedZone_t">
<xsd:complexContent>
<xsd:extension base=" Zone_t ">
<xsd:sequence>
<xsd:element name="ViewAs" type=" SpeedType_t "/>
<xsd:element name="LowInMetersPerSecond" type=" SpeedInMetersPerSecond_t "/>
<xsd:element name="HighInMetersPerSecond" type=" SpeedInMetersPerSecond_t "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>