Namespace: |
|
Type: |
|
Content: |
complex, 3 attributes, 3 elements |
Defined: |
XML Representation Summary |
||||||||||||
<systemVersion |
||||||||||||
|
||||||||||||
> |
||||||||||||
|
||||||||||||
</systemVersion> |
Type: |
|
Use: |
required |
Defined: |
Type: |
|
Use: |
required |
Defined: |
Type: |
|
Use: |
required |
Defined: |
Type: |
xsd:dateTime, predefined, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element defines the date and time that the .NET My Services system was built.
</xsd:documentation>
The time is always in UTC (Z-relative) form. </xsd:element>
|
Type: |
anonymous complexType, empty content |
Defined: |
<xsd:complexType>
<xsd:annotation>
</xsd:complexType>
<xsd:documentation>
</xsd:annotation>
This element defines details of the build, including
</xsd:documentation>
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:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This attribute specifies the machine that generated
</xsd:documentation>
the build.
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This attribute specifies the software branch ID for the source
</xsd:documentation>
code that contributed to this build.
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This attribute specifies the type of build. A value of
</xsd:documentation>
<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:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This attribute indicates whether the build was produced
</xsd:documentation>
by an official build process (value of <b>yes</b>
), or an
unofficial process (value of <b>no</b>
).
</xsd:element>
|
Type: |
anonymous complexType, complex content |
Defined: |
<xsd:complexType>
<xsd:annotation>
</xsd:complexType>
<xsd:documentation>
</xsd:annotation>
This element defines major, minor, and build number version information.
</xsd:documentation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="productReleaseName" type="xsd:string">
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
This element defines the major product release string (for example, ".NET My Services Beta 1".)
</xsd:documentation>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
This element defines the class of the service to differentiate between
</xsd:documentation>
different implementations.
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This attribute specifies the major version number
</xsd:documentation>
of the .NET service.
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This attribute specifies the minor version number
</xsd:documentation>
of the .NET service.
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This attribute specifies the build number
</xsd:documentation>
of the .NET service.
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This attribute specifies the quick-fix engineering (QFE)
</xsd:documentation>
version number of the .NET service. </xsd:element>
|