Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element FeatureZoneBaseType / Label
Annotations
The Label element is the label applied to the feature zone.
Diagram
Diagram
Type xs:token
Properties
content simple
minOccurs 0
Source
<xs:element name="Label" type="xs:token" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The Label element is the label applied to the feature zone.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element FeatureZoneBaseType / SurfaceFeatureNominalId
Annotations
The optional SurfaceFeatureNominalId element is the QIF id of the nominal surface feature the zone lies on.
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="SurfaceFeatureNominalId" type="QIFReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional SurfaceFeatureNominalId element is the QIF id of the nominal surface feature the zone lies on.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type FeatureZoneBaseType
Annotations
The FeatureZoneBaseType is the abstract base type that defines the zone of the feature used to define characteristic tolerance zones or datum target areas or to specify the meaning of a characteristic.
Diagram
Diagram Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_Label Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_SurfaceFeatureNominalId
Properties
abstract true
Used by
Children Attributes, Label, SurfaceFeatureNominalId
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature zone, used for referencing.
Source
<xs:complexType name="FeatureZoneBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The FeatureZoneBaseType is the abstract base type that defines the zone of the feature used to define characteristic tolerance zones or datum target areas or to specify the meaning of a characteristic.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Attributes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Label" type="xs:token" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The Label element is the label applied to the feature zone.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SurfaceFeatureNominalId" type="QIFReferenceFullType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional SurfaceFeatureNominalId element is the QIF id of the nominal surface feature the zone lies on.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="QIFIdType" use="required">
    <xs:annotation>
      <xs:documentation>The id attribute is the QIF id of the feature zone, used for referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Attribute FeatureZoneBaseType / @id
Annotations
The id attribute is the QIF id of the feature zone, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type FeatureZoneBaseType
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The id attribute is the QIF id of the feature zone, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd