The type of the dimension (can be only one dimension, 2D or 3D)
Diagram
Type
restriction of xs:NMTOKEN
Properties
content
simple
minOccurs
0
default
2d
Facets
enumeration
1d
enumeration
2d
enumeration
3d
enumeration
undefined
Source
<xs:element name="TypeDimension" default="2d" minOccurs="0"><xs:annotation><xs:documentation>The type of the dimension (can be only one dimension, 2D or 3D)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="1d"/><xs:enumeration value="2d"/><xs:enumeration value="3d"/><xs:enumeration value="undefined"/></xs:restriction></xs:simpleType></xs:element>
tps:X , tps:Y , tps:Z , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
<xs:element name="StdDeviation" type="tps:coordsXYZType"><xs:annotation><xs:documentation>The standard deviation, represented as XYZ coordinates</xs:documentation></xs:annotation></xs:element>
<xs:element name="OrientationStdDev" type="xs:double" default="0.0" minOccurs="0"><xs:annotation><xs:documentation>The orientation angle of the standard deviation</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="additionalResectionDataType"><xs:annotation><xs:documentation>Some additional Resection data</xs:documentation></xs:annotation><xs:sequence><xs:element name="TypeDimension" default="2d" minOccurs="0"><xs:annotation><xs:documentation>The type of the dimension (can be only one dimension, 2D or 3D)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="1d"/><xs:enumeration value="2d"/><xs:enumeration value="3d"/><xs:enumeration value="undefined"/></xs:restriction></xs:simpleType></xs:element><xs:element name="Orientation" type="xs:double" default="0.0" minOccurs="0"><xs:annotation><xs:documentation>The orientation angle</xs:documentation></xs:annotation></xs:element><xs:element name="StdDeviation" type="tps:coordsXYZType"><xs:annotation><xs:documentation>The standard deviation, represented as XYZ coordinates</xs:documentation></xs:annotation></xs:element><xs:element name="Scale" type="xs:double" default="1.0" minOccurs="0"><xs:annotation><xs:documentation>The scale factor</xs:documentation></xs:annotation></xs:element><xs:element name="OrientationStdDev" type="xs:double" default="0.0" minOccurs="0"><xs:annotation><xs:documentation>The orientation angle of the standard deviation</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:complexType>