Documentation for TrainingCenterDatabasev2

Complex Type: Version_t

[Table of contents]

Super-types: None
Sub-types: None
Name Version_t
Used by (from the same schema document) Complex Type Device_t , Complex Type Build_t
Abstract no
XML Instance Representation
<...>
<VersionMajor> xsd:unsignedShort </VersionMajor> [1]
<VersionMinor> xsd:unsignedShort </VersionMinor> [1]
<BuildMajor> xsd:unsignedShort </BuildMajor> [0..1]
<BuildMinor> xsd:unsignedShort </BuildMinor> [0..1]
</...>
Diagram
Schema Component Representation
<xsd:complexType name="Version_t">
<xsd:sequence>
<xsd:element name="VersionMajor" type=" xsd:unsignedShort "/>
<xsd:element name="VersionMinor" type=" xsd:unsignedShort "/>
<xsd:element name="BuildMajor" type=" xsd:unsignedShort " minOccurs="0"/>
<xsd:element name="BuildMinor" type=" xsd:unsignedShort " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>