Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element tps:objectType / tps:Layer
Namespace tps
Annotations
A reference to the Layer of this object
Diagram
Properties
content complex
minOccurs 0
Attributes
QName Type Default Use Annotation
byCode xs:boolean false optional
Represents whether the layer is by code
idRef xs:string optional
Source
<xs:element name="Layer" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A reference to the Layer of this object</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:string"/>
    <xs:attribute default="false" name="byCode" type="xs:boolean">
      <xs:annotation>
        <xs:documentation>Represents whether the layer is by code</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element tps:objectType / tps:PhotoNote
Namespace tps
Annotations
Represents the information about the photos related to this object
Diagram
Type tps:photoNoteType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
tps:FileName , tps:Azimuth , tps:TiltX , tps:TiltY , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Azimuth, tps:FileName, tps:TiltX, tps:TiltY
Instance
<tps:PhotoNote xmlns:tps="tps">
  <tps:FileName>{1,1}</tps:FileName>
  <tps:Azimuth>{1,1}</tps:Azimuth>
  <tps:TiltX>{1,1}</tps:TiltX>
  <tps:TiltY>{1,1}</tps:TiltY>
</tps:PhotoNote>
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="PhotoNote" type="tps:photoNoteType">
  <xs:annotation>
    <xs:documentation>Represents the information about the photos related to this object</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:objectType / tps:State
Namespace tps
Annotations
Represents whether the object is existing (can be existing, deleted or undefined)
Diagram
Type tps:stateType
Properties
content simple
minOccurs 0
default existing
Facets
enumeration existing
enumeration deleted
enumeration undefined
Source
<xs:element default="existing" minOccurs="0" name="State" type="tps:stateType">
  <xs:annotation>
    <xs:documentation>Represents whether the object is existing (can be existing, deleted or undefined)</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:objectType
Namespace tps
Annotations
Each object has a reference to a Coordinate system
Diagram
Type extension of tps:actionObjectType
Type hierarchy
Used by
Model
Children tps:Layer, tps:PhotoNote, tps:State
Attributes
QName Type Use Annotation
csIdRef xs:IDREF optional
It's a reference to a Coordinate System
id xs:ID optional
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
idRef xs:IDREF optional
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Source
<xs:complexType name="objectType">
  <xs:annotation>
    <xs:documentation>Each object has a reference to a Coordinate system</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:actionObjectType">
      <xs:sequence>
        <xs:element name="Layer" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A reference to the Layer of this object</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:attribute name="idRef" type="xs:string"/>
            <xs:attribute default="false" name="byCode" type="xs:boolean">
              <xs:annotation>
                <xs:documentation>Represents whether the layer is by code</xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:complexType>
        </xs:element>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="PhotoNote" type="tps:photoNoteType">
          <xs:annotation>
            <xs:documentation>Represents the information about the photos related to this object</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element default="existing" minOccurs="0" name="State" type="tps:stateType">
          <xs:annotation>
            <xs:documentation>Represents whether the object is existing (can be existing, deleted or undefined)</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="csIdRef" type="xs:IDREF">
        <xs:annotation>
          <xs:documentation>It's a reference to a Coordinate System</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute tps:objectType / tps:Layer / @idRef
Namespace No namespace
Type xs:string
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:string"/>
Attribute tps:objectType / tps:Layer / @byCode
Namespace No namespace
Annotations
Represents whether the layer is by code
Type xs:boolean
Properties
default false
Used by
Source
<xs:attribute default="false" name="byCode" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Represents whether the layer is by code</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute tps:objectType / @csIdRef
Namespace No namespace
Annotations
It's a reference to a Coordinate System
Type xs:IDREF
Properties
content simple
Used by
Complex Type tps:objectType
Source
<xs:attribute name="csIdRef" type="xs:IDREF">
  <xs:annotation>
    <xs:documentation>It's a reference to a Coordinate System</xs:documentation>
  </xs:annotation>
</xs:attribute>