Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element DatumReferenceFramesType / DatumReferenceFrame
Annotations
Each DatumReferenceFrame element gives information about a datum reference frame.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_DatumReferenceFrameType.tmp#DatumReferenceFrameType_id Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_DatumReferenceFrameType.tmp#DatumReferenceFrameType_Datums IntermediatesPMI_xsd_Complex_Type_DatumReferenceFrameType.tmp#DatumReferenceFrameType_Name IntermediatesPMI_xsd_Complex_Type_DatumReferenceFrameType.tmp#DatumReferenceFrameType_Description IntermediatesPMI_xsd_Complex_Type_DatumReferenceFrameType.tmp#DatumReferenceFrameType_CoordinateSystemId IntermediatesPMI_xsd_Complex_Type_DatumReferenceFrameType.tmp#DatumReferenceFrameType
Type DatumReferenceFrameType
Properties
content complex
maxOccurs unbounded
Children Attributes, CoordinateSystemId, Datums, Description, Name
Instance
<DatumReferenceFrame id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <Datums n="">{0,1}</Datums>
  <Name>{0,1}</Name>
  <Description>{0,1}</Description>
  <CoordinateSystemId asmPathId="" asmPathXId="" xId="">{0,1}</CoordinateSystemId>
</DatumReferenceFrame>
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the datum reference frame, used for referencing.
Source
<xs:element name="DatumReferenceFrame" type="DatumReferenceFrameType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each DatumReferenceFrame element gives information about a datum reference frame.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type DatumReferenceFramesType
Annotations
The DatumReferenceFramesType defines a list of datum reference frames.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_DatumReferenceFramesType.tmp#DatumReferenceFramesType_n IntermediatesPMI_xsd_Complex_Type_DatumReferenceFramesType.tmp#DatumReferenceFramesType_DatumReferenceFrame
Used by
Children DatumReferenceFrame
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of datum reference frames in the list.
Source
<xs:complexType name="DatumReferenceFramesType">
  <xs:annotation>
    <xs:documentation>The DatumReferenceFramesType defines a list of datum reference frames.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="DatumReferenceFrame" type="DatumReferenceFrameType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each DatumReferenceFrame element gives information about a datum reference frame.</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 reference frames in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute DatumReferenceFramesType / @n
Annotations
The required n attribute is the number of datum reference frames 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 reference frames in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd