Showing:

Annotations
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element tps:additionalResectionDataType / tps:TypeDimension
Namespace tps
Annotations
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>
Element tps:additionalResectionDataType / tps:Orientation
Namespace tps
Annotations
The orientation angle
Diagram
Type xs:double
Properties
content simple
minOccurs 0
default 0.0
Source
<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>
Element tps:additionalResectionDataType / tps:StdDeviation
Namespace tps
Annotations
The standard deviation, represented as XYZ coordinates
Diagram
Type tps:coordsXYZType
Properties
content complex
Model
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')
Children tps:X, tps:Y, tps:Z
Instance
<tps:StdDeviation xmlns:tps="tps">
  <tps:X>{1,1}</tps:X>
  <tps:Y>{1,1}</tps:Y>
  <tps:Z>{1,1}</tps:Z>
</tps:StdDeviation>
Source
<xs:element name="StdDeviation" type="tps:coordsXYZType">
  <xs:annotation>
    <xs:documentation>The standard deviation, represented as XYZ coordinates</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:additionalResectionDataType / tps:Scale
Namespace tps
Annotations
The scale factor
Diagram
Type xs:double
Properties
content simple
minOccurs 0
default 1.0
Source
<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>
Element tps:additionalResectionDataType / tps:OrientationStdDev
Namespace tps
Annotations
The orientation angle of the standard deviation
Diagram
Type xs:double
Properties
content simple
minOccurs 0
default 0.0
Source
<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>
Complex Type tps:additionalResectionDataType
Namespace tps
Annotations
Some additional Resection data
Diagram
Used by
Model
tps:TypeDimension{0,1} , tps:Orientation{0,1} , tps:StdDeviation , tps:Scale{0,1} , tps:OrientationStdDev{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:Orientation, tps:OrientationStdDev, tps:Scale, tps:StdDeviation, tps:TypeDimension
Source
<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>