2.2.4.92 ElementVersion

Namespace: http://www.microsoft.com/performancepoint/scorecards

This complex type specifies the version information used to distinguish different instances of a FirstClassElement.

 <xs:complexType name="ElementVersion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:attribute name="Major" type="xs:int" use="required"/>
   <xs:attribute name="Minor" type="xs:int" use="required"/>
 </xs:complexType>

Major: The major version number of the FirstClassElement. This attribute MUST be present and MUST be 0 or greater and MUST be less than or equal to 2,147,483,647.

Minor: The minor version number of the FirstClassElement. This attribute MUST be present and MUST be 0 or greater and MUST be less than or equal to 2,147,483,647.