Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element ZoneDataSetType / ZoneData
Annotations
Each ZoneData element gives information about a single tolerance zone.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ZoneDataType.tmp#ZoneDataType_FeatureItemId IntermediatesPMI_xsd_Complex_Type_ZoneDataType.tmp#ZoneDataType_Bonus IntermediatesPMI_xsd_Complex_Type_ZoneDataType.tmp#ZoneDataType_ReferenceLength IntermediatesPMI_xsd_Complex_Type_ZoneDataType.tmp#ZoneDataType
Type ZoneDataType
Properties
content complex
maxOccurs unbounded
Children Bonus, FeatureItemId, ReferenceLength
Instance
<ZoneData xmlns="http://qifstandards.org/xsd/qif3">
  <FeatureItemId xId="">{1,1}</FeatureItemId>
  <Bonus decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Bonus>
  <ReferenceLength decimalPlaces="" linearUnit="" significantFigures="">{1,1}</ReferenceLength>
</ZoneData>
Source
<xs:element name="ZoneData" type="ZoneDataType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each ZoneData element gives information about a single tolerance zone.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type ZoneDataSetType
Annotations
The ZoneDataSetType collects information about one or more tolerance zones.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_ZoneDataSetType.tmp#ZoneDataSetType_n IntermediatesPMI_xsd_Complex_Type_ZoneDataSetType.tmp#ZoneDataSetType_ZoneData
Used by
Children ZoneData
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of tolerance zones in this set.
Source
<xs:complexType name="ZoneDataSetType">
  <xs:annotation>
    <xs:documentation>The ZoneDataSetType collects information about one or more tolerance zones.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="ZoneData" type="ZoneDataType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each ZoneData element gives information about a single tolerance zone.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of tolerance zones in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute ZoneDataSetType / @n
Annotations
The required n attribute is the number of tolerance zones in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ZoneDataSetType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of tolerance zones in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd