element <buildDetails> (local)
Namespace:
Type:
anonymous complexType
Content:
empty, 4 attributes
Defined:
locally within systemVersionType complexType in hsinfra.xsd; see XML source
Includes:
definitions of 4 attributes
XML Representation Summary
<buildDetails
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
/>
Included in content model of elements (1):
systemVersion (type systemVersionType)
Anonymous Type Detail
Annotation
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.
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>
Attribute Detail (all declarations; 4/4)
branch
Type:
xsd:string, predefined
Use:
required
Defined:
locally within (this) buildDetails element
This attribute specifies the software branch ID for the source code that contributed to this build.
XML Source (see within schema source)
<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>

machine
Type:
xsd:string, predefined
Use:
required
Defined:
locally within (this) buildDetails element
This attribute specifies the machine that generated the build.
XML Source (see within schema source)
<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>

official
Type:
xsd:string, predefined
Use:
required
Defined:
locally within (this) buildDetails element
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>).
XML Source (see within schema source)
<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>

type
Type:
xsd:string, predefined
Use:
required
Defined:
locally within (this) buildDetails element
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.
XML Source (see within schema source)
<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>