<xs:element name="Entities"><xs:annotation><xs:documentation>A required reference to a block definition. The block definition contains all the entities that are included in the symbol.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:IDREF"/></xs:complexType></xs:element>
tps:Mode , tps:Radius{0,1} , tps:Polygon{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
A flag that indicates whether the symbol is to be used as a north point
Diagram
Type
xs:boolean
Properties
content
simple
minOccurs
0
default
false
Source
<xs:element default="false" minOccurs="0" name="NorthPoint" type="xs:boolean"><xs:annotation><xs:documentation>A flag that indicates whether the symbol is to be used as a north point</xs:documentation></xs:annotation></xs:element>
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="pointSymbolType"><xs:annotation><xs:documentation>The point symbol definition</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:styleType"><xs:sequence><xs:element name="Entities"><xs:annotation><xs:documentation>A required reference to a block definition. The block definition contains all the entities that are included in the symbol.</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:IDREF"/></xs:complexType></xs:element><xs:element minOccurs="1" name="Clip" type="tps:clipType"><xs:annotation><xs:documentation>Symbol clip data</xs:documentation></xs:annotation></xs:element><xs:element default="false" minOccurs="0" name="NorthPoint" type="xs:boolean"><xs:annotation><xs:documentation>A flag that indicates whether the symbol is to be used as a north point</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>