Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element DirectionalOffsetType / Offset
Annotations
The Offset element is offset in the specified direction, a positive value will offset in the specified direction and a negative value will offset opposite the specified direction.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Offset" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The Offset element is offset in the specified direction, a positive value will offset in the specified direction and a negative value will offset opposite the specified direction.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element DirectionalOffsetType / NominalDirection
Annotations
The NominalDirection element specifies the offset direction as a nominal unit vector.
Diagram
Diagram Primitives_xsd_Simple_Type_UnitVectorSimpleType.tmp#UnitVectorSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_UnitVectorType.tmp#UnitVectorType
Type UnitVectorType
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="NominalDirection" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The NominalDirection element specifies the offset direction as a nominal unit vector.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element DirectionalOffsetType / FeatureDirection
Annotations
The FeatureDirection element specifies the offset direction as a feature's vector, either nominal or measured depending on the value of ReferencedComponent.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_ReferencedComponent IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_FeatureId IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType
Type BaseFeatureType
Properties
content complex
Children FeatureId, ReferencedComponent
Instance
<FeatureDirection xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</FeatureDirection>
Source
<xs:element name="FeatureDirection" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The FeatureDirection element specifies the offset direction as a feature's vector, either nominal or measured depending on the value of ReferencedComponent.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type DirectionalOffsetType
Annotations
The DirectionalOffsetType defines an offset or displacement in a specified direction.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_DirectionalOffsetType.tmp#DirectionalOffsetType_Offset IntermediatesPMI_xsd_Complex_Type_DirectionalOffsetType.tmp#DirectionalOffsetType_NominalDirection IntermediatesPMI_xsd_Complex_Type_DirectionalOffsetType.tmp#DirectionalOffsetType_FeatureDirection
Used by
Children FeatureDirection, NominalDirection, Offset
Source
<xs:complexType name="DirectionalOffsetType">
  <xs:annotation>
    <xs:documentation>The DirectionalOffsetType defines an offset or displacement in a specified direction.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Offset" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The Offset element is offset in the specified direction, a positive value will offset in the specified direction and a negative value will offset opposite the specified direction.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:choice>
      <xs:element name="NominalDirection" type="UnitVectorType">
        <xs:annotation>
          <xs:documentation>The NominalDirection element specifies the offset direction as a nominal unit vector.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="FeatureDirection" type="BaseFeatureType">
        <xs:annotation>
          <xs:documentation>The FeatureDirection element specifies the offset direction as a feature's vector, either nominal or measured depending on the value of ReferencedComponent.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd