Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element DatumsType / Datum
Annotations
Each Datum element is a datum (simple, compound, or datum feature) with an assigned precedence (order).
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_DatumWithPrecedenceType.tmp#DatumWithPrecedenceType_SimpleDatum IntermediatesPMI_xsd_Complex_Type_DatumWithPrecedenceType.tmp#DatumWithPrecedenceType_NominalDatumFeature IntermediatesPMI_xsd_Complex_Type_DatumWithPrecedenceType.tmp#DatumWithPrecedenceType_MeasuredDatumFeature IntermediatesPMI_xsd_Complex_Type_DatumWithPrecedenceType.tmp#DatumWithPrecedenceType_CompoundDatum IntermediatesPMI_xsd_Complex_Type_DatumWithPrecedenceType.tmp#DatumWithPrecedenceType_Precedence IntermediatesPMI_xsd_Complex_Type_DatumWithPrecedenceType.tmp#DatumWithPrecedenceType
Type DatumWithPrecedenceType
Properties
content complex
maxOccurs 5
Children CompoundDatum, MeasuredDatumFeature, NominalDatumFeature, Precedence, SimpleDatum
Instance
<Datum xmlns="http://qifstandards.org/xsd/qif3">
  <SimpleDatum>{1,1}</SimpleDatum>
  <NominalDatumFeature>{1,1}</NominalDatumFeature>
  <MeasuredDatumFeature>{1,1}</MeasuredDatumFeature>
  <CompoundDatum n="">{1,1}</CompoundDatum>
  <Precedence>{1,1}</Precedence>
</Datum>
Source
<xs:element name="Datum" type="DatumWithPrecedenceType" maxOccurs="5">
  <xs:annotation>
    <xs:documentation>Each Datum element is a datum (simple, compound, or datum feature) with an assigned precedence (order).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type DatumsType
Annotations
The DatumsType defines the list of datums in the datum reference component of a feature control frame. Each of the up to five parts of the datum reference component represents the contents of a box on the right side of the feature control frame.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_DatumsType.tmp#DatumsType_n IntermediatesPMI_xsd_Complex_Type_DatumsType.tmp#DatumsType_Datum
Used by
Children Datum
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of datums in the list.
Source
<xs:complexType name="DatumsType">
  <xs:annotation>
    <xs:documentation>The DatumsType defines the list of datums in the datum reference component of a feature control frame. Each of the up to five parts of the datum reference component represents the contents of a box on the right side of the feature control frame.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Datum" type="DatumWithPrecedenceType" maxOccurs="5">
      <xs:annotation>
        <xs:documentation>Each Datum element is a datum (simple, compound, or datum feature) with an assigned precedence (order).</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 datums in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute DatumsType / @n
Annotations
The required n attribute is the number of datums in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type DatumsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of datums in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd