<xs:element name="SurfaceName" type="xs:string"><xs:annotation><xs:documentation>The name of the Surface that uses this Breakline</xs:documentation></xs:annotation></xs:element>
The type of breakline (can be void, standard, non destructive, wall or proximity)
Diagram
Type
restriction of xs:NMTOKEN
Properties
content
simple
Facets
enumeration
standard
enumeration
non_destructive
enumeration
border
enumeration
contour
enumeration
texture
enumeration
hole
Source
<xs:element name="TypeBreakline"><xs:annotation><xs:documentation>The type of breakline (can be void, standard, non destructive, wall or proximity)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="standard"/><xs:enumeration value="non_destructive"/><xs:enumeration value="border"/><xs:enumeration value="contour"/><xs:enumeration value="texture"/><xs:enumeration value="hole"/></xs:restriction></xs:simpleType></xs:element>
<xs:element minOccurs="0" name="AreaDrawProperties" type="tps:areaDrawPropertiesType"><xs:annotation><xs:documentation>Used by Texture type breaklines.</xs:documentation></xs:annotation></xs:element>
Complex Type tps:breaklineType
Namespace
tps
Annotations
A Breakline is a Polyline with some references to a Surface
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="breaklineType"><xs:annotation><xs:documentation>A Breakline is a Polyline with some references to a Surface</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:polylineType"><xs:sequence><xs:element name="SurfaceName" type="xs:string"><xs:annotation><xs:documentation>The name of the Surface that uses this Breakline</xs:documentation></xs:annotation></xs:element><xs:element name="TypeBreakline"><xs:annotation><xs:documentation>The type of breakline (can be void, standard, non destructive, wall or proximity)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="standard"/><xs:enumeration value="non_destructive"/><xs:enumeration value="border"/><xs:enumeration value="contour"/><xs:enumeration value="texture"/><xs:enumeration value="hole"/></xs:restriction></xs:simpleType></xs:element><xs:element minOccurs="0" name="AreaDrawProperties" type="tps:areaDrawPropertiesType"><xs:annotation><xs:documentation>Used by Texture type breaklines.</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>