Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element AngularCoordinateCharacteristicNominalType / TargetValue
Annotations
The optional TargetValue element is the nominal value for the angular coordinate characteristic.
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_AngularValueType.tmp#AngularValueType_angularUnit Units_xsd_Complex_Type_AngularValueType.tmp#AngularValueType
Type AngularValueType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
angularUnit xs:token optional
The optional angularUnit attribute defines the UnitName for the AngularValueType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="TargetValue" type="AngularValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional TargetValue element is the nominal value for the angular coordinate characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element AngularCoordinateCharacteristicNominalType / Direction
Annotations
The Direction element is the coordinate axis for the characteristic.
Diagram
Diagram IntermediatesPMI_xsd_Simple_Type_AngularCoordinateDirectionEnumType.tmp#AngularCoordinateDirectionEnumType
Type AngularCoordinateDirectionEnumType
Properties
content simple
Facets
enumeration ANGULAR
enumeration AZIMUTH
enumeration POLAR
Source
<xs:element name="Direction" type="AngularCoordinateDirectionEnumType">
  <xs:annotation>
    <xs:documentation>The Direction element is the coordinate axis for the characteristic.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element AngularCoordinateCharacteristicNominalType / CoordinateSystemId
Annotations
The optional CoordinateSystemId element is the QIF id of the coordinate system in which this characteristic is evaluated.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathXId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType
Type QIFReferenceFullType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
asmPathId QIFReferenceSimpleType optional
The optional asmPathId attribute is a reference used for locating the id of an assembly path. If the asmPathXId attribute is not used, the asmPathId is a reference to an assembly path in the AsmPaths of the local document. If the asmPathXId is used, the asmPathId is the local id of an external QIF document, and the asmPathXId is a reference to an assembly path in the external QIF document. The assembly path (instantiation chain) unambiguously identifies a model entity within an assembly.
asmPathXId QIFReferenceSimpleType optional
The optional asmPathXId attribute, if used, is a reference to the id of an assembly path in the external document identified by the asmPathId. The asmPathXId must not be used if the asmPathId is not used.
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="CoordinateSystemId" type="QIFReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional CoordinateSystemId element is the QIF id of the coordinate system in which this characteristic is evaluated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type AngularCoordinateCharacteristicNominalType
Annotations
The AngularCoordinateCharacteristicNominalType defines a unique angular coordinate characteristic nominal.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType_Description Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_CharacteristicDefinitionId Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_FeatureNominalIds Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_SubstituteFeatureAlgorithm Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_FeatureZoneIds Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_EntityInternalIds Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_EntityExternalIds Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_Name Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType_CharacteristicDesignator Characteristics_xsd_Complex_Type_CharacteristicNominalBaseType.tmp#CharacteristicNominalBaseType Characteristics_xsd_Complex_Type_DimensionalCharacteristicNominalBaseType.tmp#DimensionalCharacteristicNominalBaseType Characteristics_xsd_Complex_Type_CoordinateCharacteristicNominalBaseType.tmp#CoordinateCharacteristicNominalBaseType Characteristics_xsd_Complex_Type_AngularCoordinateCharacteristicNominalType.tmp#AngularCoordinateCharacteristicNominalType_TargetValue Characteristics_xsd_Complex_Type_AngularCoordinateCharacteristicNominalType.tmp#AngularCoordinateCharacteristicNominalType_Direction Characteristics_xsd_Complex_Type_AngularCoordinateCharacteristicNominalType.tmp#AngularCoordinateCharacteristicNominalType_CoordinateSystemId
Type extension of CoordinateCharacteristicNominalBaseType
Type hierarchy
Used by
Children Attributes, CharacteristicDefinitionId, CharacteristicDesignator, CoordinateSystemId, Description, Direction, EntityExternalIds, EntityInternalIds, FeatureNominalIds, FeatureZoneIds, Name, SubstituteFeatureAlgorithm, TargetValue
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="AngularCoordinateCharacteristicNominalType">
  <xs:annotation>
    <xs:documentation>The AngularCoordinateCharacteristicNominalType defines a unique angular coordinate characteristic nominal.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CoordinateCharacteristicNominalBaseType">
      <xs:sequence>
        <xs:element name="TargetValue" type="AngularValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional TargetValue element is the nominal value for the angular coordinate characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Direction" type="AngularCoordinateDirectionEnumType">
          <xs:annotation>
            <xs:documentation>The Direction element is the coordinate axis for the characteristic.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="CoordinateSystemId" type="QIFReferenceFullType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional CoordinateSystemId element is the QIF id of the coordinate system in which this characteristic is evaluated.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd