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>