<xs:element name="AreaDrawProperties" type="tps:areaDrawPropertiesType"><xs:annotation><xs:documentation>Represents the properties used to draw this Area</xs:documentation></xs:annotation></xs:element>
Complex Type tps:areaType
Namespace
tps
Annotations
An Area is a closed Polyline with drawing properties for areas
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Source
<xs:complexType name="areaType"><xs:annotation><xs:documentation>An Area is a closed Polyline with drawing properties for areas</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:polylineType"><xs:sequence><xs:element name="AreaDrawProperties" type="tps:areaDrawPropertiesType"><xs:annotation><xs:documentation>Represents the properties used to draw this Area</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>