<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>
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>
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="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>