element <version> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 4 attributes, 2 elements
Defined:
locally within systemVersionType complexType in hsinfra.xsd; see XML source
Includes:
definitions of 4 attributes, 2 elements
XML Representation Summary
<version
   
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
   
>
   
Content: 
</version>
Content model elements (2):
productImplementationName (in version), productReleaseName (in version)
Included in content model of elements (1):
systemVersion (type systemVersionType)
Anonymous Type Detail
Annotation
This element defines major, minor, and build number version information.
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>
Attribute Detail (all declarations; 4/4)
buildNumber
Type:
xsd:string, predefined
Use:
required
Defined:
locally within (this) version element
This attribute specifies the build number of the .NET service.
XML Source (see within schema source)
<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>

majorVersion
Type:
xsd:string, predefined
Use:
required
Defined:
locally within (this) version element
This attribute specifies the major version number of the .NET service.
XML Source (see within schema source)
<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>

minorVersion
Type:
xsd:string, predefined
Use:
required
Defined:
locally within (this) version element
This attribute specifies the minor version number of the .NET service.
XML Source (see within schema source)
<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>

qfe
Type:
xsd:string, predefined
Use:
required
Defined:
locally within (this) version element
This attribute specifies the quick-fix engineering (QFE) version number of the .NET service.
XML Source (see within schema source)
<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>
Content Element Detail (all declarations; 2/2)
productImplementationName
Type:
xsd:anyURI, predefined, simple content
Defined:
locally within (this) version element
This element defines the class of the service to differentiate between different implementations.
XML Source (see within schema source)
<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>

productReleaseName
Type:
xsd:string, predefined, simple content
Defined:
locally within (this) version element
This element defines the major product release string (for example, ".NET My Services Beta 1".)
XML Source (see within schema source)
<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>