The optional SIUnitName element is the name of the SI unit of area. If the element is used, its value must be square meter.
Diagram
Type
xs:token
Properties
content
simple
minOccurs
0
fixed
square meter
Source
<xs:element name="SIUnitName" type="xs:token" fixed="square meter" minOccurs="0"><xs:annotation><xs:documentation>The optional SIUnitName element is the name of the SI unit of area. If the element is used, its value must be square meter.</xs:documentation></xs:annotation></xs:element>
The UnitName element is the name for AreaUnitType.
Diagram
Type
xs:token
Properties
content
simple
Source
<xs:element name="UnitName" type="xs:token"><xs:annotation><xs:documentation>The UnitName element is the name for AreaUnitType.</xs:documentation></xs:annotation></xs:element>
<xs:element name="UnitConversion" type="UnitConversionType" minOccurs="0"><xs:annotation><xs:documentation>The optional UnitConversion element specifies how an area value in the named area unit may be converted to a value in square meters.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="AreaUnitType"><xs:annotation><xs:documentation>The AreaUnitType defines the units to be used in the expression of area values.</xs:documentation></xs:annotation><xs:sequence><xs:element name="SIUnitName" type="xs:token" fixed="square meter" minOccurs="0"><xs:annotation><xs:documentation>The optional SIUnitName element is the name of the SI unit of area. If the element is used, its value must be square meter.</xs:documentation></xs:annotation></xs:element><xs:element name="UnitName" type="xs:token"><xs:annotation><xs:documentation>The UnitName element is the name for AreaUnitType.</xs:documentation></xs:annotation></xs:element><xs:element name="UnitConversion" type="UnitConversionType" minOccurs="0"><xs:annotation><xs:documentation>The optional UnitConversion element specifies how an area value in the named area unit may be converted to a value in square meters.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>