The StatsWithTolAreaType defines a StatsWithTolNumericalBaseType with an optional areaUnit attribute that identifies the unit being used by its unit name. If no value for the attribute is given in an instance file when an area value is given, the unit type is the primary area unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and square meters if not.
The optional areaUnit attribute defines the unit used by StatsWithTolAreaType.
Source
<xs:complexType name="StatsWithTolAreaType"><xs:annotation><xs:documentation>The StatsWithTolAreaType defines a StatsWithTolNumericalBaseType with an optional areaUnit attribute that identifies the unit being used by its unit name. If no value for the attribute is given in an instance file when an area value is given, the unit type is the primary area unit specified in the PrimaryUnits element of a FileUnits element, if there is a FileUnits element, and square meters if not.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="StatsWithTolNumericalBaseType"><xs:attribute name="areaUnit" type="xs:token"><xs:annotation><xs:documentation>The optional areaUnit attribute defines the unit used by StatsWithTolAreaType.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="areaUnit" type="xs:token"><xs:annotation><xs:documentation>The optional areaUnit attribute defines the unit used by StatsWithTolAreaType.</xs:documentation></xs:annotation></xs:attribute>