Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element tps:locationType / tps:UUID
Namespace tps
Annotations
Universally unique ID for tracking objects through import/export workflows
Diagram
Type tps:guidType
Properties
content simple
minOccurs 0
Facets
pattern \{[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}\}
Source
<xs:element name="UUID" minOccurs="0" type="tps:guidType">
  <xs:annotation>
    <xs:documentation>Universally unique ID for tracking objects through import/export workflows</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:locationType / tps:Name
Namespace tps
Annotations
The name of the location
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the location</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:locationType / tps:Areas
Namespace tps
Annotations
A set of reference to existing area types
Diagram
Properties
content complex
minOccurs 0
Model
Children tps:AreaRef
Instance
<tps:Areas xmlns:tps="tps">
  <tps:AreaRef idRef="">{1,unbounded}</tps:AreaRef>
</tps:Areas>
Source
<xs:element minOccurs="0" name="Areas">
  <xs:annotation>
    <xs:documentation>A set of reference to existing area types</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="AreaRef" maxOccurs="unbounded" minOccurs="1">
        <xs:annotation>
          <xs:documentation>A reference to an area</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="idRef" type="xs:IDREF" use="required"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tps:locationType / tps:Areas / tps:AreaRef
Namespace tps
Annotations
A reference to an area
Diagram
Properties
content complex
minOccurs 1
maxOccurs unbounded
Attributes
QName Type Use
idRef xs:IDREF required
Source
<xs:element name="AreaRef" maxOccurs="unbounded" minOccurs="1">
  <xs:annotation>
    <xs:documentation>A reference to an area</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:IDREF" use="required"/>
  </xs:complexType>
</xs:element>
Element tps:locationType / tps:Alignments
Namespace tps
Annotations
A set of reference to existing alignments
Diagram
Properties
content complex
minOccurs 0
Model
Children tps:AlignmentRef
Instance
<tps:Alignments xmlns:tps="tps">
  <tps:AlignmentRef idRef="">{1,unbounded}</tps:AlignmentRef>
</tps:Alignments>
Source
<xs:element minOccurs="0" name="Alignments">
  <xs:annotation>
    <xs:documentation>A set of reference to existing alignments</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="1">
      <xs:element minOccurs="1" name="AlignmentRef" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>A reference to an alignment</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="idRef" type="xs:IDREF"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tps:locationType / tps:Alignments / tps:AlignmentRef
Namespace tps
Annotations
A reference to an alignment
Diagram
Properties
content complex
minOccurs 1
maxOccurs unbounded
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<xs:element minOccurs="1" name="AlignmentRef" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A reference to an alignment</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>
Element tps:locationType / tps:Regions
Namespace tps
Annotations
A set of reference to existing regions
Diagram
Properties
content complex
minOccurs 0
Model
Children tps:RegionRef
Instance
<tps:Regions xmlns:tps="tps">
  <tps:RegionRef idRef="">{1,unbounded}</tps:RegionRef>
</tps:Regions>
Source
<xs:element minOccurs="0" name="Regions">
  <xs:annotation>
    <xs:documentation>A set of reference to existing regions</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence maxOccurs="1">
      <xs:element maxOccurs="unbounded" name="RegionRef">
        <xs:annotation>
          <xs:documentation>A reference to a region</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="idRef" type="xs:IDREF"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tps:locationType / tps:Regions / tps:RegionRef
Namespace tps
Annotations
A reference to a region
Diagram
Properties
content complex
maxOccurs unbounded
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<xs:element maxOccurs="unbounded" name="RegionRef">
  <xs:annotation>
    <xs:documentation>A reference to a region</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>
Complex Type tps:locationType
Namespace tps
Annotations
The informations about where a quantity is located
Diagram
Type extension of tps:actionObjectType
Type hierarchy
Used by
Model
tps:UUID{0,1} , tps:Name , tps:Areas{0,1} , tps:Alignments{0,1} , tps:Regions{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Alignments, tps:Areas, tps:Name, tps:Regions, tps:UUID
Attributes
QName Type Use Annotation
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="locationType">
  <xs:annotation>
    <xs:documentation>The informations about where a quantity is located</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:actionObjectType">
      <xs:sequence>
        <xs:element name="UUID" minOccurs="0" type="tps:guidType">
          <xs:annotation>
            <xs:documentation>Universally unique ID for tracking objects through import/export workflows</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Name" type="xs:string">
          <xs:annotation>
            <xs:documentation>The name of the location</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Areas">
          <xs:annotation>
            <xs:documentation>A set of reference to existing area types</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element name="AreaRef" maxOccurs="unbounded" minOccurs="1">
                <xs:annotation>
                  <xs:documentation>A reference to an area</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                  <xs:attribute name="idRef" type="xs:IDREF" use="required"/>
                </xs:complexType>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element minOccurs="0" name="Alignments">
          <xs:annotation>
            <xs:documentation>A set of reference to existing alignments</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence maxOccurs="1">
              <xs:element minOccurs="1" name="AlignmentRef" maxOccurs="unbounded">
                <xs:annotation>
                  <xs:documentation>A reference to an alignment</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                  <xs:attribute name="idRef" type="xs:IDREF"/>
                </xs:complexType>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element minOccurs="0" name="Regions">
          <xs:annotation>
            <xs:documentation>A set of reference to existing regions</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence maxOccurs="1">
              <xs:element maxOccurs="unbounded" name="RegionRef">
                <xs:annotation>
                  <xs:documentation>A reference to a region</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                  <xs:attribute name="idRef" type="xs:IDREF"/>
                </xs:complexType>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute tps:locationType / tps:Areas / tps:AreaRef / @idRef
Namespace No namespace
Type xs:IDREF
Properties
use required
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF" use="required"/>
Attribute tps:locationType / tps:Alignments / tps:AlignmentRef / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>
Attribute tps:locationType / tps:Regions / tps:RegionRef / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>