Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element CoordinateSystemActualTransformAssociationsType / CoordinateSystemActualTransformAssociation
Annotations
Each CoordinateSystemActualTransformAssociation element gives information about a coordinate system actual transform association.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_CoordinateSystemActualTransformAssociationType.tmp#CoordinateSystemActualTransformAssociationType_ActualTransformId IntermediatesPMI_xsd_Complex_Type_CoordinateSystemActualTransformAssociationType.tmp#CoordinateSystemActualTransformAssociationType_CoordinateSystemId IntermediatesPMI_xsd_Complex_Type_CoordinateSystemActualTransformAssociationType.tmp#CoordinateSystemActualTransformAssociationType
Type CoordinateSystemActualTransformAssociationType
Properties
content complex
maxOccurs unbounded
Children ActualTransformId, CoordinateSystemId
Instance
<CoordinateSystemActualTransformAssociation xmlns="http://qifstandards.org/xsd/qif3">
  <ActualTransformId xId="">{1,1}</ActualTransformId>
  <CoordinateSystemId asmPathId="" asmPathXId="" xId="">{1,1}</CoordinateSystemId>
</CoordinateSystemActualTransformAssociation>
Source
<xs:element name="CoordinateSystemActualTransformAssociation" type="CoordinateSystemActualTransformAssociationType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each CoordinateSystemActualTransformAssociation element gives information about a coordinate system actual transform association.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type CoordinateSystemActualTransformAssociationsType
Annotations
The CoordinateSystemActualTransformAssociationsType defines a list of coordinate system actual transform associations.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_CoordinateSystemActualTransformAssociationsType.tmp#CoordinateSystemActualTransformAssociationsType_n IntermediatesPMI_xsd_Complex_Type_CoordinateSystemActualTransformAssociationsType.tmp#CoordinateSystemActualTransformAssociationsType_CoordinateSystemActualTransformAssociation
Used by
Children CoordinateSystemActualTransformAssociation
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of coordinate system actual transform associations in the list.
Source
<xs:complexType name="CoordinateSystemActualTransformAssociationsType">
  <xs:annotation>
    <xs:documentation>The CoordinateSystemActualTransformAssociationsType defines a list of coordinate system actual transform associations.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CoordinateSystemActualTransformAssociation" type="CoordinateSystemActualTransformAssociationType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each CoordinateSystemActualTransformAssociation element gives information about a coordinate system actual transform association.</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 coordinate system actual transform associations in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute CoordinateSystemActualTransformAssociationsType / @n
Annotations
The required n attribute is the number of coordinate system actual transform associations 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 coordinate system actual transform associations in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd