Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element tps:lineStyleType / 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:lineStyleType / tps:PatternLength
Namespace tps
Annotations
The length of each pattern
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="PatternLength" type="xs:double">
  <xs:annotation>
    <xs:documentation>The length of each pattern</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:lineStyleType / tps:Repeteable
Namespace tps
Annotations
A flag that indicates whether the line style will repeat the pattern
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default true
Source
<xs:element default="true" minOccurs="0" name="Repeteable" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>A flag that indicates whether the line style will repeat the pattern</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:lineStyleType
Namespace tps
Annotations
The line style 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:PatternLength , tps:Repeteable{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:Description, tps:Entities, tps:Name, tps:PatternLength, tps:Repeteable, 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="lineStyleType">
  <xs:annotation>
    <xs:documentation>The line style 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 name="PatternLength" type="xs:double">
          <xs:annotation>
            <xs:documentation>The length of each pattern</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element default="true" minOccurs="0" name="Repeteable" type="xs:boolean">
          <xs:annotation>
            <xs:documentation>A flag that indicates whether the line style will repeat the pattern</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute tps:lineStyleType / tps:Entities / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>