element <systemVersion> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 3 elements
Defined:
locally within systemBaseType complexType in hsinfra.xsd; see XML source
XML Representation Summary
<systemVersion
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</systemVersion>
Content model elements (3):
buildDate (in systemVersion), buildDetails (in systemVersion), version (in systemVersion)
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="systemVersion" type="systemVersionType"/>
Attribute Detail (all declarations; 3/3)
changeNumber
Type:
Use:
required
Defined:
locally within standardBlueAttributeGroup attributeGroup
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
locally within standardBlueAttributeGroup attributeGroup
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
locally within standardBlueAttributeGroup attributeGroup
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
Content Element Detail (all declarations; 3/3)
buildDate
Type:
xsd:dateTime, predefined, simple content
Defined:
locally within systemVersionType complexType
This element defines the date and time that the .NET My Services system was built. The time is always in UTC (Z-relative) form.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="buildDate" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
This element defines the date and time that the .NET My Services system was built.
The time is always in UTC (Z-relative) form.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

buildDetails
Type:
anonymous complexType, empty content
Defined:
locally within systemVersionType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="buildDetails">
<xsd:complexType>
<xsd:annotation>
<xsd:documentation>
This element defines details of the build, including
the machine that generated the build, the branch ID of the
software that contributed to the build, the type of build (
<b>chk</b>
/
<b>fre</b>
),
and whether the build was generated by an official build-release process.
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="machine" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the machine that generated
the build.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="branch" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the software branch ID for the source
code that contributed to this build.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="type" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the type of build. A value of
<b>chk</b>
indicates
that this is a checked or debug build. A value of
<b>fre</b>
indicates
that this is a retail build.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="official" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute indicates whether the build was produced
by an official build process (value of
<b>yes</b>
), or an
unofficial process (value of
<b>no</b>
).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>

version
Type:
anonymous complexType, complex content
Defined:
locally within systemVersionType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="version">
<xsd:complexType>
<xsd:annotation>
<xsd:documentation>
This element defines major, minor, and build number version information.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="productReleaseName" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
This element defines the major product release string (for example, ".NET My Services Beta 1".)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="1" name="productImplementationName" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
This element defines the class of the service to differentiate between
different implementations.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="majorVersion" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the major version number
of the .NET service.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="minorVersion" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the minor version number
of the .NET service.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="buildNumber" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the build number
of the .NET service.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="qfe" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the quick-fix engineering (QFE)
version number of the .NET service.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>