Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element DatumTargetDefinitionsType / DatumTarget
Annotations
Each DatumTarget element gives information about a datum target definition.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_DatumTargetType.tmp#DatumTargetType_id Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_DatumTargetType.tmp#DatumTargetType_DatumTargetLabel IntermediatesPMI_xsd_Complex_Type_DatumTargetType.tmp#DatumTargetType_FeatureNominalId IntermediatesPMI_xsd_Complex_Type_DatumTargetType.tmp#DatumTargetType_TargetZoneId IntermediatesPMI_xsd_Complex_Type_DatumTargetType.tmp#DatumTargetType_MovableDatumTarget IntermediatesPMI_xsd_Complex_Type_DatumTargetType.tmp#DatumTargetType
Type DatumTargetType
Properties
content complex
maxOccurs unbounded
Children Attributes, DatumTargetLabel, FeatureNominalId, MovableDatumTarget, TargetZoneId
Instance
<DatumTarget id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <DatumTargetLabel>{1,1}</DatumTargetLabel>
  <FeatureNominalId asmPathId="" asmPathXId="" xId="">{0,1}</FeatureNominalId>
  <TargetZoneId asmPathId="" asmPathXId="" xId="">{0,1}</TargetZoneId>
  <MovableDatumTarget>{0,1}</MovableDatumTarget>
</DatumTarget>
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the datum target definition, used for referencing.
Source
<xs:element name="DatumTarget" type="DatumTargetType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each DatumTarget element gives information about a datum target definition.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type DatumTargetDefinitionsType
Annotations
The DatumTargetDefinitionsType defines a list of datum target definitions.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_DatumTargetDefinitionsType.tmp#DatumTargetDefinitionsType_n IntermediatesPMI_xsd_Complex_Type_DatumTargetDefinitionsType.tmp#DatumTargetDefinitionsType_DatumTarget
Used by
Children DatumTarget
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of datum target definitions in the list.
Source
<xs:complexType name="DatumTargetDefinitionsType">
  <xs:annotation>
    <xs:documentation>The DatumTargetDefinitionsType defines a list of datum target definitions.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="DatumTarget" type="DatumTargetType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each DatumTarget element gives information about a datum target definition.</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 datum target definitions in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute DatumTargetDefinitionsType / @n
Annotations
The required n attribute is the number of datum target definitions in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of datum target definitions in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd