Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element AngularityCharacteristicNominalType / Angle
Annotations
The optional Angle element is the basic angle of the angularity characteristic's tolerance zone (for DMIS compatibility).
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="Angle" type="AngularValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Angle element is the basic angle of the angularity characteristic's tolerance zone (for DMIS compatibility).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type AngularityCharacteristicNominalType
Annotations
The AngularityCharacteristicNominalType defines a unique angularity 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_GeometricCharacteristicNominalBaseType.tmp#GeometricCharacteristicNominalBaseType Characteristics_xsd_Complex_Type_OrientationCharacteristicNominalBaseType.tmp#OrientationCharacteristicNominalBaseType Characteristics_xsd_Complex_Type_AngularityCharacteristicNominalType.tmp#AngularityCharacteristicNominalType_Angle
Type extension of OrientationCharacteristicNominalBaseType
Type hierarchy
Used by
Children Angle, Attributes, CharacteristicDefinitionId, CharacteristicDesignator, Description, EntityExternalIds, EntityInternalIds, FeatureNominalIds, FeatureZoneIds, Name, SubstituteFeatureAlgorithm
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="AngularityCharacteristicNominalType">
  <xs:annotation>
    <xs:documentation>The AngularityCharacteristicNominalType defines a unique angularity characteristic nominal.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="OrientationCharacteristicNominalBaseType">
      <xs:sequence>
        <xs:element name="Angle" type="AngularValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Angle element is the basic angle of the angularity characteristic's tolerance zone (for DMIS compatibility).</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