Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element tps:quantityType / 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:quantityType / tps:Location
Namespace tps
Annotations
Where the quantity is located by reference
Diagram
Properties
content complex
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<xs:element name="Location">
  <xs:annotation>
    <xs:documentation>Where the quantity is located by reference</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>
Element tps:quantityType / tps:Material
Namespace tps
Annotations
The type of work or material (or cost code) of the quantity by reference
Diagram
Properties
content complex
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<xs:element name="Material">
  <xs:annotation>
    <xs:documentation>The type of work or material (or cost code) of the quantity by reference</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>
Element tps:quantityType / tps:Amounts
Namespace tps
Annotations
A set of amounts
Diagram
Properties
content complex
minOccurs 0
Model
Children tps:Amount
Instance
<tps:Amounts xmlns:tps="tps">
  <tps:Amount>{1,unbounded}</tps:Amount>
</tps:Amounts>
Source
<xs:element minOccurs="0" name="Amounts">
  <xs:annotation>
    <xs:documentation>A set of amounts</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" minOccurs="1" name="Amount" type="tps:taskAmountType">
        <xs:annotation>
          <xs:documentation>The distribution of the quantity at the specified location</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tps:quantityType / tps:Amounts / tps:Amount
Namespace tps
Annotations
The distribution of the quantity at the specified location
Diagram
Type tps:taskAmountType
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
tps:StartStation{0,1} , tps:EndStation{0,1} , tps:Amount , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Amount, tps:EndStation, tps:StartStation
Instance
<tps:Amount xmlns:tps="tps">
  <tps:StartStation>{0,1}</tps:StartStation>
  <tps:EndStation>{0,1}</tps:EndStation>
  <tps:Amount>{1,1}</tps:Amount>
</tps:Amount>
Source
<xs:element maxOccurs="unbounded" minOccurs="1" name="Amount" type="tps:taskAmountType">
  <xs:annotation>
    <xs:documentation>The distribution of the quantity at the specified location</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:quantityType
Namespace tps
Annotations
Quantity type describes the location, the material its distribution
Diagram
Type extension of tps:actionObjectType
Type hierarchy
Used by
Model
tps:UUID{0,1} , tps:Location , tps:Material , tps:Amounts{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:Amounts, tps:Location, tps:Material, 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="quantityType">
  <xs:annotation>
    <xs:documentation>Quantity type describes the location, the material its distribution</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="Location">
          <xs:annotation>
            <xs:documentation>Where the quantity is located by reference</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:attribute name="idRef" type="xs:IDREF"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="Material">
          <xs:annotation>
            <xs:documentation>The type of work or material (or cost code) of the quantity by reference</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:attribute name="idRef" type="xs:IDREF"/>
          </xs:complexType>
        </xs:element>
        <xs:element minOccurs="0" name="Amounts">
          <xs:annotation>
            <xs:documentation>A set of amounts</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element maxOccurs="unbounded" minOccurs="1" name="Amount" type="tps:taskAmountType">
                <xs:annotation>
                  <xs:documentation>The distribution of the quantity at the specified location</xs:documentation>
                </xs:annotation>
              </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:quantityType / tps:Location / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>
Attribute tps:quantityType / tps:Material / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>