Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:pointSymbolType / tps:Entities
Namespace tps
Annotations
A required reference to a block definition. The block definition contains all the entities that are included in the symbol.
Diagram
Properties
content complex
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<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>
Element tps:pointSymbolType / tps:Clip
Namespace tps
Annotations
Symbol clip data
Diagram
Type tps:clipType
Properties
content complex
minOccurs 1
Model
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')
Children tps:Mode, tps:Polygon, tps:Radius
Instance
<tps:Clip xmlns:tps="tps">
  <tps:Mode>{1,1}</tps:Mode>
  <tps:Radius>{0,1}</tps:Radius>
  <tps:Polygon>{0,1}</tps:Polygon>
</tps:Clip>
Source
<xs:element minOccurs="1" name="Clip" type="tps:clipType">
  <xs:annotation>
    <xs:documentation>Symbol clip data</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:pointSymbolType / tps:NorthPoint
Namespace tps
Annotations
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>
Complex Type tps:pointSymbolType
Namespace tps
Annotations
The point symbol definition
Diagram
Type extension of tps:styleType
Type hierarchy
Used by
Model
tps:Name , tps:Description{0,1} , tps:Scalable{0,1} , tps:ScaleFactor{0,1} , tps:RotationAngle{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps') , tps:Entities , tps:Clip , tps:NorthPoint{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Clip, tps:Description, tps:Entities, tps:Name, tps:NorthPoint, tps:RotationAngle, tps:Scalable, tps:ScaleFactor
Attributes
QName Type Use Annotation
id xs:ID optional
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)
idRef xs:IDREF optional
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>
Attribute tps:pointSymbolType / tps:Entities / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>