Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element PositionCoordinateMethodType / Method
Annotations
The Method element defines the type of the coordinate method.
Diagram
Diagram Characteristics_xsd_Simple_Type_PositionCoordinateMethodEnumType.tmp#PositionCoordinateMethodEnumType
Type PositionCoordinateMethodEnumType
Properties
content simple
Facets
enumeration RECTANGULAR
enumeration POLAR
Source
<xs:element name="Method" type="PositionCoordinateMethodEnumType">
  <xs:annotation>
    <xs:documentation>The Method element defines the type of the coordinate method.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Element PositionCoordinateMethodType / FeatureZoneIds
Annotations
The optional SupplementalGeometryIds element is a list of the QIF ids of the instances derived from FeatureZoneBaseType defining the direction of a rectangular or a polar coordinate tolerance zone.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_n Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_Id Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType
Type ArrayReferenceFullType
Properties
content complex
minOccurs 0
Children Id
Instance
<FeatureZoneIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id asmPathId="" asmPathXId="" xId="">{1,unbounded}</Id>
</FeatureZoneIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="FeatureZoneIds" type="ArrayReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional SupplementalGeometryIds element is a list of the QIF ids of the instances derived from FeatureZoneBaseType defining the direction of a rectangular or a polar coordinate tolerance zone.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type PositionCoordinateMethodType
Annotations
The PositionCoordinateMethodType defines a polar or a rectangular coordinate method.
Diagram
Diagram Characteristics_xsd_Complex_Type_PositionCoordinateMethodType.tmp#PositionCoordinateMethodType_Method Characteristics_xsd_Complex_Type_PositionCoordinateMethodType.tmp#PositionCoordinateMethodType_FeatureZoneIds
Used by
Children FeatureZoneIds, Method
Source
<xs:complexType name="PositionCoordinateMethodType">
  <xs:annotation>
    <xs:documentation>The PositionCoordinateMethodType defines a polar or a rectangular coordinate method.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Method" type="PositionCoordinateMethodEnumType">
      <xs:annotation>
        <xs:documentation>The Method element defines the type of the coordinate method.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FeatureZoneIds" type="ArrayReferenceFullType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional SupplementalGeometryIds element is a list of the QIF ids of the instances derived from FeatureZoneBaseType defining the direction of a rectangular or a polar coordinate tolerance zone.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd