Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element MeasurementOffsetAlignmentOperationType / Origin
Annotations
Each Origin element describes one alignment feature setting an origin in one direction.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_MeasurementOriginOffsetType.tmp#MeasurementOriginOffsetType_OriginEntity IntermediatesPMI_xsd_Complex_Type_MeasurementOriginOffsetType.tmp#MeasurementOriginOffsetType_OriginDirection IntermediatesPMI_xsd_Complex_Type_MeasurementOriginOffsetType.tmp#MeasurementOriginOffsetType
Type MeasurementOriginOffsetType
Properties
content complex
maxOccurs 3
Children OriginDirection, OriginEntity
Instance
<Origin xmlns="http://qifstandards.org/xsd/qif3">
  <OriginEntity>{1,1}</OriginEntity>
  <OriginDirection decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</OriginDirection>
</Origin>
Source
<xs:element name="Origin" type="MeasurementOriginOffsetType" maxOccurs="3">
  <xs:annotation>
    <xs:documentation>Each Origin element describes one alignment feature setting an origin in one direction.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type MeasurementOffsetAlignmentOperationType
Annotations
The MeasurementOffsetAlignmentOperationType defines information particular to a measurement origin offset alignment 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_MeasurementOffsetAlignmentOperationType.tmp#MeasurementOffsetAlignmentOperationType_n IntermediatesPMI_xsd_Complex_Type_MeasurementOffsetAlignmentOperationType.tmp#MeasurementOffsetAlignmentOperationType_Origin
Type extension of AlignmentOperationBaseType
Type hierarchy
Used by
Children Attributes, Origin, SequenceNumber
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of origin offsets specified.
Source
<xs:complexType name="MeasurementOffsetAlignmentOperationType">
  <xs:annotation>
    <xs:documentation>The MeasurementOffsetAlignmentOperationType defines information particular to a measurement origin offset alignment operation.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="AlignmentOperationBaseType">
      <xs:sequence>
        <xs:element name="Origin" type="MeasurementOriginOffsetType" maxOccurs="3">
          <xs:annotation>
            <xs:documentation>Each Origin element describes one alignment feature setting an origin in one direction.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="n" type="NaturalType" use="required">
        <xs:annotation>
          <xs:documentation>The required n attribute is the number of origin offsets specified.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute MeasurementOffsetAlignmentOperationType / @n
Annotations
The required n attribute is the number of origin offsets specified.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of origin offsets specified.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd