Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element NominalOffsetAlignmentOperationType / Offset
Annotations
The Offset element is the XYZ offset in the current coordinate system.
Diagram
Diagram Primitives_xsd_Simple_Type_VectorSimpleType.tmp#VectorSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_VectorType.tmp#VectorType
Type VectorType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="Offset" type="VectorType">
  <xs:annotation>
    <xs:documentation>The Offset element is the XYZ offset in the current coordinate system.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type NominalOffsetAlignmentOperationType
Annotations
The NominalOffsetAlignmentOperationType defines information particular to a nominal offset operation.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_AlignmentOperationBaseType.tmp#AlignmentOperationBaseType_SequenceNumber Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_AlignmentOperationBaseType.tmp#AlignmentOperationBaseType IntermediatesPMI_xsd_Complex_Type_NominalOffsetAlignmentOperationType.tmp#NominalOffsetAlignmentOperationType_Offset
Type extension of AlignmentOperationBaseType
Type hierarchy
Used by
Element NominalOffset
Children Attributes, Offset, SequenceNumber
Source
<xs:complexType name="NominalOffsetAlignmentOperationType">
  <xs:annotation>
    <xs:documentation>The NominalOffsetAlignmentOperationType defines information particular to a nominal offset operation.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="AlignmentOperationBaseType">
      <xs:sequence>
        <xs:element name="Offset" type="VectorType">
          <xs:annotation>
            <xs:documentation>The Offset element is the XYZ offset in the current coordinate system.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd