<xs:element name="expression" type="xs:string" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>Expression of the unit (TBD).</xs:documentation></xs:annotation></xs:element>
Dimensional equation representation of the unit, formatted asa string where M is mass, L is length, T is time, K is temperature, and Qelectric charge. For ease of notation , the caret "^" indicating powers often can be removed - as is customary in Dimentional Analysis practices -resulting in expressions like the following, which are equivalent: "ML-1T-3"and "ML^-1T^-3"
Diagram
Type
xs:string
Properties
content:
simple
minOccurs:
0
maxOccurs:
1
Source
<xs:element name="dimEquation" type="xs:string" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>Dimensional equation representation of the unit, formatted as a string where M is mass, L is length, T is time, K is temperature, and Q electric charge. For ease of notation , the caret "^" indicating powers of ten can be removed - as is customary in Dimentional Analysis practices - resulting in expressions like the following, which are equivalent: "ML-1T-3" and "ML^-1T^-3"</xs:documentation></xs:annotation></xs:element>
<xs:element name="scaleSI" type="xs:string" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>Scale system of the unit.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="ExtendedUnit"><xs:annotation><xs:documentation>Definition of the extended unit type.</xs:documentation></xs:annotation><xs:sequence><xs:element name="expression" type="xs:string" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>Expression of the unit (TBD).</xs:documentation></xs:annotation></xs:element><xs:element name="dimEquation" type="xs:string" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>Dimensional equation representation of the unit, formatted as a string where M is mass, L is length, T is time, K is temperature, and Q electric charge. For ease of notation , the caret "^" indicating powers of ten can be removed - as is customary in Dimentional Analysis practices - resulting in expressions like the following, which are equivalent: "ML-1T-3" and "ML^-1T^-3"</xs:documentation></xs:annotation></xs:element><xs:element name="scaleSI" type="xs:string" minOccurs="0" maxOccurs="1"><xs:annotation><xs:documentation>Scale system of the unit.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>