schema location: | M:\Verkehrsträger\Transaktionen\TR02XML\XML\XMLv14\XSD\14.3.1\IngateOutgate.xsd |
Elements | Complex types |
IngateOutgate | IngateOutgate |
IngateOutgateMessage |
schema location: | http://tr02-wiki.dakosy.de/dokumentation/TR02XMLv14.3.1/TR02_Core.xsd |
diagram | ![]() |
type | IngateOutgate |
children | Transaction Interchange IngateOutgateMessage |
source | <xs:element name="IngateOutgate" type="IngateOutgate"/> |
diagram | ![]() |
||||
children | Transaction Interchange IngateOutgateMessage | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:complexType name="IngateOutgate"> <xs:annotation> <xs:documentation xml:lang="EN">The IngateOutgate (Ingate - Outgate Message) is associated with the actual ingate or outgate at the terminal.</xs:documentation> <xs:documentation xml:lang="DE">Die IngateOutgate (Ingate - Outgate Nachricht) bezieht sich auf das Ingate / Outgate beim Terminal.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="Transaction" type="Transaction"/> <xs:element name="Interchange" type="Interchange"/> <xs:element name="IngateOutgateMessage" type="IngateOutgateMessage" maxOccurs="999"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||||||||||||||||||||||||||||||||
type | Transaction | ||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||
source | <xs:element name="Transaction" type="Transaction"/> |
diagram | ![]() |
type | Interchange |
children | CreationTime ExchangeNumber TestIndicator MessageCount Sender Recipient |
source | <xs:element name="Interchange" type="Interchange"/> |
diagram | ![]() |
||||||||||||||||||||||
type | IngateOutgateMessage | ||||||||||||||||||||||
children | MessageHeader Header | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
source | <xs:element name="IngateOutgateMessage" type="IngateOutgateMessage" maxOccurs="999"/> |
diagram | ![]() |
||||||||||||||||||||||
type | extension of Message | ||||||||||||||||||||||
children | MessageHeader Header | ||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="IngateOutgateMessage"> <xs:annotation> <xs:documentation xml:lang="EN">The IngateOutgate (Ingate - Outgate Message) is associated with the actual ingate or outgate at the terminal.</xs:documentation> <xs:documentation xml:lang="DE">Die IngateOutgate (Ingate - Outgate Nachricht) bezieht sich auf das Ingate / Outgate beim Terminal.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="Message"> <xs:sequence> <xs:element name="Header"> <xs:complexType> <xs:sequence> <xs:element name="ParticipantInformation" type="PaticipantInformationType"> <xs:annotation> <xs:documentation xml:lang="EN">Information about the participating transport company</xs:documentation> <xs:documentation xml:lang="DE">Daten des beteiligten Transportunternehmer / Subunternehmer </xs:documentation> </xs:annotation> </xs:element> <xs:element name="TerminalLocation" type="TerminalLocationType"> <xs:annotation> <xs:documentation xml:lang="EN">Specifies wether the terminal touched by the transport is in Bremen, Hamburg or Lübeck</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ConventionalLoad" type="IndicatorType"> <xs:annotation> <xs:documentation xml:lang="EN">Indicates wether the IngateOutgate message refers to a transport of a conventional load (in opposition to container transports).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="VehicleRegistration" type="Reference12Type"> <xs:annotation> <xs:documentation xml:lang="EN">vehicle registration / licence plate number or identifikation of the vehicle pool</xs:documentation> <xs:documentation xml:lang="DE">Polizeiliches Kennzeichen, bzw. Poolkennung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Load" maxOccurs="999"> <xs:complexType> <xs:sequence> <xs:element name="Position" type="CountType"> <xs:annotation> <xs:documentation xml:lang="EN">The position is a unique number / count within the message to unambiguosly identify the load. It corresponds to the position of the (referenced-)load within the TransportCoordination Message</xs:documentation> <xs:documentation xml:lang="DE">laufende Nummer zur eindeutigen Identifikation der Ladung innerhalb der Nachricht. Die laufende Nummer in der Ingate- / Outgate-Meldung entspricht der laufenden Nummer der (referenzierten) Ladung in der 'TransportCoordination'.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Interchange" type="DateTimeType"> <xs:annotation> <xs:documentation xml:lang="EN">interchange time</xs:documentation> <xs:documentation xml:lang="DE">Abhol- / Anlieferzeitpunkt</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Arrival" type="DateTimeType" minOccurs="0"/> <xs:choice minOccurs="0"> <xs:element name="ContainerLoad"> <xs:complexType> <xs:sequence> <xs:element name="LoadingIndicator" type="LoadingIndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">loading indicator full / empty</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen leer / beladen</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Container"> <xs:complexType> <xs:sequence> <xs:element name="Number" type="ContainerNumberType"> <xs:annotation> <xs:documentation xml:lang="EN">container ID / number</xs:documentation> <xs:documentation xml:lang="DE">Containernummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Length" type="ContainerLengthType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container length</xs:documentation> <xs:documentation xml:lang="DE">Containerlänge</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Height" type="ContainerHeightType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container height</xs:documentation> <xs:documentation xml:lang="DE">Containerhöhe</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Type" type="ContainerTypeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container type</xs:documentation> <xs:documentation xml:lang="DE">Containertyp</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ISOCode" type="ISOCodeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container ISO code</xs:documentation> <xs:documentation xml:lang="DE">Container ISO Code</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Oversized" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Indicator" type="IndicatorType"> <xs:annotation> <xs:documentation>indicator for over-sized load</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Top" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (height)</xs:documentation> <xs:documentation xml:lang="DE">Überhöhe</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Front" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (lenght, front)</xs:documentation> <xs:documentation xml:lang="DE">Überlänge vorn</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Back" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN"> over-sized load (lenght,back)</xs:documentation> <xs:documentation xml:lang="DE">Überlänge hinten</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Left" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (width, left)</xs:documentation> <xs:documentation xml:lang="DE">Überbreite links</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Right" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (width, right)</xs:documentation> <xs:documentation xml:lang="DE">Überbreite rechts</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="ClipOnUnit" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Indicator" type="IndicatorType"> <xs:annotation> <xs:documentation xml:lang="EN">indicator for clip-on-unit</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen Clip-On-Unit</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ID" type="Reference15Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">ID of the clip-on-unit</xs:documentation> <xs:documentation xml:lang="DE">Identifikation der Clip-On-Unit</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Temperature" type="TemperatureMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">temperature for temperature controlled containers</xs:documentation> <xs:documentation xml:lang="DE">Temperaturangabe</xs:documentation> </xs:annotation> </xs:element> <xs:element name="GrossWeight" type="WeightMeasureType"> <xs:annotation> <xs:documentation xml:lang="EN">gross weight</xs:documentation> <xs:documentation xml:lang="DE">Bruttogewicht</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NonOperatingReefer" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator Non-Operatiing Reefer for Iso-Code-Type Reefer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Carrier" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Code" type="Code4Type"> <xs:annotation> <xs:documentation xml:lang="EN">carrier code</xs:documentation> <xs:documentation xml:lang="DE">Reedercode</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BookingReference" type="Reference22Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">booking number / reference</xs:documentation> <xs:documentation xml:lang="DE">Buchungsnummer Reeder</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReleaseNumber" type="Reference15Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">release number / reference</xs:documentation> <xs:documentation xml:lang="DE">Freistellungsnummer</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Voyage" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Vessel" type="TransportMeans" minOccurs="0"/> <xs:element name="VoyageNumber" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="IReference" type="IReferenceTypeContent" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">I-reference for the LPM System</xs:documentation> <xs:documentation xml:lang="DE">LPM-Referenz</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Comment" type="Text255Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">generel remarks</xs:documentation> <xs:documentation xml:lang="DE">Bemekung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Terminal" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="InCustody" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator 'in custody'</xs:documentation> <xs:documentation xml:lang="DE">In Verwahrung (J/N)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SBT" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator SBT handling</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen SBT Abfertigung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EarliestDischarge" type="DateTimeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">earliest possible discharge starting at</xs:documentation> <xs:documentation xml:lang="DE">früheste Anlieferung ab</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DispatchInformation" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="DispatchAttribute" minOccurs="0" maxOccurs="4"> <xs:annotation> <xs:documentation xml:lang="EN">dispatch attribute</xs:documentation> <xs:documentation xml:lang="DE">Abfertigungsmerkmal</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="DispatchArea" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">dispatch area</xs:documentation> <xs:documentation xml:lang="DE">Abfertigungsbereich (Fuhre)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="12"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Block" minOccurs="0"> <xs:annotation> <xs:documentation>block</xs:documentation> <xs:documentation> block of the depot area the container is stored corresponds to AC02 field number 719 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="5"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Row" minOccurs="0"> <xs:annotation> <xs:documentation>row</xs:documentation> <xs:documentation> row within the block of the depot area the container is stored corresponds to AC02 field number 720 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Position" minOccurs="0"> <xs:annotation> <xs:documentation>position</xs:documentation> <xs:documentation> place/position of the container within the row fo the depot area corresponds to AC02 field number 721 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Level" minOccurs="0"> <xs:annotation> <xs:documentation>level</xs:documentation> <xs:documentation> place/position of the container within the row fo the depot area corresponds to AC02 field number 722 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:length value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="DischargeReference" type="Reference07Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">discharge reference of the terminal</xs:documentation> <xs:documentation xml:lang="DE">Auslieferreferenz Kai</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DemurrageStart" type="DateTimeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">point of time the demurrage starts</xs:documentation> <xs:documentation xml:lang="DE">Zeitpunkt Demurrage-Start</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Inspection" type="InspectionType" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Seal" minOccurs="0" maxOccurs="99"> <xs:complexType> <xs:sequence> <xs:element name="SealNumber" type="Reference35Type"> <xs:annotation> <xs:documentation xml:lang="EN">seal number</xs:documentation> <xs:documentation xml:lang="DE">Siegelnummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SealType" type="Code17Type"> <xs:annotation> <xs:documentation xml:lang="EN">type of seal</xs:documentation> <xs:documentation xml:lang="DE">Art des Siegels</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="ConventionelLoad"> <xs:complexType> <xs:sequence> <xs:element name="Transport"> <xs:complexType> <xs:sequence> <xs:element name="Number"> <xs:annotation> <xs:documentation xml:lang="EN">transport number / reference</xs:documentation> <xs:documentation xml:lang="DE">Transportnummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Client"> <xs:annotation> <xs:documentation xml:lang="EN">client</xs:documentation> <xs:documentation xml:lang="DE">Mandant</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="MarksAndNumber" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="EN">marks und numbers (reference with which the packages are marked)</xs:documentation> <xs:documentation xml:lang="DE">Markierung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Packaging"> <xs:complexType> <xs:sequence> <xs:element name="NumberUnits" type="CountType"> <xs:annotation> <xs:documentation xml:lang="EN">number of units</xs:documentation> <xs:documentation xml:lang="DE">Anzahl Packstücke</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Code" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">packaging code</xs:documentation> <xs:documentation xml:lang="DE">Verpackungscode</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Weight" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="GrossWeight" type="WeightMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">gross weight</xs:documentation> <xs:documentation xml:lang="DE">Bruttogewicht</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NetWeight" type="WeightMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">net weight</xs:documentation> <xs:documentation xml:lang="DE">Nettogewicht</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Dimensions" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Length" type="LinearMeasureType"/> <xs:element name="Height" type="LinearMeasureType"/> <xs:element name="Width" type="LinearMeasureType"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> <xs:element name="DangerousGoodsIndicator" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator for dangerous goods</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen Gefahrgut</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DangerousGoods" minOccurs="0" maxOccurs="999"> <xs:annotation> <xs:documentation xml:lang="EN">dangerous goods data</xs:documentation> <xs:documentation xml:lang="DE">Gefahrgutangaben</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Position" type="CountType"/> <xs:element name="Class" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="UNNumber" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:length value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="EMSNumber" minOccurs="0" maxOccurs="2"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:length value="6"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="MFAGNumber" minOccurs="0" maxOccurs="2"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:length value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="FlashPoint" type="TemperatureMeasureType" minOccurs="0"/> <xs:element name="Stowage" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:length value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Packing" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Number" type="xs:positiveInteger" minOccurs="0"/> <xs:element name="Code" type="xs:anySimpleType" minOccurs="0"/> <xs:element name="Group"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="EmptyPackageCode" type="xs:anySimpleType" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="DangerWeight" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Gross" type="WeightMeasureType"/> <xs:element name="Net" type="WeightMeasureType" minOccurs="0"/> <xs:element name="NetExplosive" type="WeightMeasureType" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="WGKCode" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="CL7" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="SheetNumber" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="2"/> <xs:fractionDigits value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Category" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ChemicalActivity" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TransportSign" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="PackagingType" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="LegalNorm" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="5"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ClassificationCode" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="7"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ProperShippingName" minOccurs="0" maxOccurs="5"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> <xs:maxLength value="70"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="GoodsNumber" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="GoodsLabel" type="xs:anySimpleType" minOccurs="0" maxOccurs="5"/> <xs:element name="MPLabel" type="xs:anySimpleType" minOccurs="0"/> <xs:element name="TransportProhibited" type="xs:boolean" minOccurs="0"/> <xs:element name="DateSafety" type="DateTimeType" minOccurs="0"/> <xs:element name="IndicatorTank" type="xs:boolean" minOccurs="0"/> <xs:element name="RiskGroup" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:length value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Regulations" minOccurs="0" maxOccurs="2"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> <xs:maxLength value="70"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="LastTransported" minOccurs="0" maxOccurs="5"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> <xs:maxLength value="70"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Memoranda" minOccurs="0" maxOccurs="3"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> <xs:maxLength value="70"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="CustomsIndicator" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator customs</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen Zollgut</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Customs" minOccurs="0" maxOccurs="999"> <xs:annotation> <xs:documentation xml:lang="EN">customs data</xs:documentation> <xs:documentation xml:lang="DE">Zolldaten</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="RegistrationNumber" type="RegistrationNumberType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">customs registration number (i.e. ATLAS registration number, B-Number, ...)</xs:documentation> <xs:documentation xml:lang="DE">ATLAS-Registriernummer B-Nummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NumberUnits" type="CountType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">number of units</xs:documentation> <xs:documentation xml:lang="DE">Anzahl Packstücke</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StatusOk" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">flag indicating a verified positiv customs status</xs:documentation> <xs:documentation xml:lang="DE">Zollstatus geprüft?</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Inspection" type="InspectionType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">customs inspection</xs:documentation> <xs:documentation xml:lang="DE">Beschau</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Damage" type="CommentTypeContent" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">damage description</xs:documentation> <xs:documentation xml:lang="DE">Beschädigung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Supplement" type="generic" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="DE">Zusätzliche Daten; Verwendung nach Vereinbarung</xs:documentation> <xs:documentation xml:lang="EN">supplemental data; usage according to mutual agreement</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Supplement" type="generic" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="DE">Zusätzliche Daten; Verwendung nach Vereinbarung</xs:documentation> <xs:documentation xml:lang="EN">supplemental data; usage according to mutual agreement</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | ![]() |
children | ParticipantInformation TerminalLocation ConventionalLoad VehicleRegistration Load Supplement |
source | <xs:element name="Header"> <xs:complexType> <xs:sequence> <xs:element name="ParticipantInformation" type="PaticipantInformationType"> <xs:annotation> <xs:documentation xml:lang="EN">Information about the participating transport company</xs:documentation> <xs:documentation xml:lang="DE">Daten des beteiligten Transportunternehmer / Subunternehmer </xs:documentation> </xs:annotation> </xs:element> <xs:element name="TerminalLocation" type="TerminalLocationType"> <xs:annotation> <xs:documentation xml:lang="EN">Specifies wether the terminal touched by the transport is in Bremen, Hamburg or Lübeck</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ConventionalLoad" type="IndicatorType"> <xs:annotation> <xs:documentation xml:lang="EN">Indicates wether the IngateOutgate message refers to a transport of a conventional load (in opposition to container transports).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="VehicleRegistration" type="Reference12Type"> <xs:annotation> <xs:documentation xml:lang="EN">vehicle registration / licence plate number or identifikation of the vehicle pool</xs:documentation> <xs:documentation xml:lang="DE">Polizeiliches Kennzeichen, bzw. Poolkennung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Load" maxOccurs="999"> <xs:complexType> <xs:sequence> <xs:element name="Position" type="CountType"> <xs:annotation> <xs:documentation xml:lang="EN">The position is a unique number / count within the message to unambiguosly identify the load. It corresponds to the position of the (referenced-)load within the TransportCoordination Message</xs:documentation> <xs:documentation xml:lang="DE">laufende Nummer zur eindeutigen Identifikation der Ladung innerhalb der Nachricht. Die laufende Nummer in der Ingate- / Outgate-Meldung entspricht der laufenden Nummer der (referenzierten) Ladung in der 'TransportCoordination'.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Interchange" type="DateTimeType"> <xs:annotation> <xs:documentation xml:lang="EN">interchange time</xs:documentation> <xs:documentation xml:lang="DE">Abhol- / Anlieferzeitpunkt</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Arrival" type="DateTimeType" minOccurs="0"/> <xs:choice minOccurs="0"> <xs:element name="ContainerLoad"> <xs:complexType> <xs:sequence> <xs:element name="LoadingIndicator" type="LoadingIndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">loading indicator full / empty</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen leer / beladen</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Container"> <xs:complexType> <xs:sequence> <xs:element name="Number" type="ContainerNumberType"> <xs:annotation> <xs:documentation xml:lang="EN">container ID / number</xs:documentation> <xs:documentation xml:lang="DE">Containernummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Length" type="ContainerLengthType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container length</xs:documentation> <xs:documentation xml:lang="DE">Containerlänge</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Height" type="ContainerHeightType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container height</xs:documentation> <xs:documentation xml:lang="DE">Containerhöhe</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Type" type="ContainerTypeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container type</xs:documentation> <xs:documentation xml:lang="DE">Containertyp</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ISOCode" type="ISOCodeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container ISO code</xs:documentation> <xs:documentation xml:lang="DE">Container ISO Code</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Oversized" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Indicator" type="IndicatorType"> <xs:annotation> <xs:documentation>indicator for over-sized load</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Top" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (height)</xs:documentation> <xs:documentation xml:lang="DE">Überhöhe</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Front" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (lenght, front)</xs:documentation> <xs:documentation xml:lang="DE">Überlänge vorn</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Back" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN"> over-sized load (lenght,back)</xs:documentation> <xs:documentation xml:lang="DE">Überlänge hinten</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Left" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (width, left)</xs:documentation> <xs:documentation xml:lang="DE">Überbreite links</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Right" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (width, right)</xs:documentation> <xs:documentation xml:lang="DE">Überbreite rechts</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="ClipOnUnit" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Indicator" type="IndicatorType"> <xs:annotation> <xs:documentation xml:lang="EN">indicator for clip-on-unit</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen Clip-On-Unit</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ID" type="Reference15Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">ID of the clip-on-unit</xs:documentation> <xs:documentation xml:lang="DE">Identifikation der Clip-On-Unit</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Temperature" type="TemperatureMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">temperature for temperature controlled containers</xs:documentation> <xs:documentation xml:lang="DE">Temperaturangabe</xs:documentation> </xs:annotation> </xs:element> <xs:element name="GrossWeight" type="WeightMeasureType"> <xs:annotation> <xs:documentation xml:lang="EN">gross weight</xs:documentation> <xs:documentation xml:lang="DE">Bruttogewicht</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NonOperatingReefer" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator Non-Operatiing Reefer for Iso-Code-Type Reefer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Carrier" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Code" type="Code4Type"> <xs:annotation> <xs:documentation xml:lang="EN">carrier code</xs:documentation> <xs:documentation xml:lang="DE">Reedercode</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BookingReference" type="Reference22Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">booking number / reference</xs:documentation> <xs:documentation xml:lang="DE">Buchungsnummer Reeder</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReleaseNumber" type="Reference15Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">release number / reference</xs:documentation> <xs:documentation xml:lang="DE">Freistellungsnummer</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Voyage" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Vessel" type="TransportMeans" minOccurs="0"/> <xs:element name="VoyageNumber" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="IReference" type="IReferenceTypeContent" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">I-reference for the LPM System</xs:documentation> <xs:documentation xml:lang="DE">LPM-Referenz</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Comment" type="Text255Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">generel remarks</xs:documentation> <xs:documentation xml:lang="DE">Bemekung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Terminal" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="InCustody" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator 'in custody'</xs:documentation> <xs:documentation xml:lang="DE">In Verwahrung (J/N)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SBT" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator SBT handling</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen SBT Abfertigung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EarliestDischarge" type="DateTimeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">earliest possible discharge starting at</xs:documentation> <xs:documentation xml:lang="DE">früheste Anlieferung ab</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DispatchInformation" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="DispatchAttribute" minOccurs="0" maxOccurs="4"> <xs:annotation> <xs:documentation xml:lang="EN">dispatch attribute</xs:documentation> <xs:documentation xml:lang="DE">Abfertigungsmerkmal</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="DispatchArea" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">dispatch area</xs:documentation> <xs:documentation xml:lang="DE">Abfertigungsbereich (Fuhre)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="12"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Block" minOccurs="0"> <xs:annotation> <xs:documentation>block</xs:documentation> <xs:documentation> block of the depot area the container is stored corresponds to AC02 field number 719 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="5"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Row" minOccurs="0"> <xs:annotation> <xs:documentation>row</xs:documentation> <xs:documentation> row within the block of the depot area the container is stored corresponds to AC02 field number 720 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Position" minOccurs="0"> <xs:annotation> <xs:documentation>position</xs:documentation> <xs:documentation> place/position of the container within the row fo the depot area corresponds to AC02 field number 721 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Level" minOccurs="0"> <xs:annotation> <xs:documentation>level</xs:documentation> <xs:documentation> place/position of the container within the row fo the depot area corresponds to AC02 field number 722 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:length value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="DischargeReference" type="Reference07Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">discharge reference of the terminal</xs:documentation> <xs:documentation xml:lang="DE">Auslieferreferenz Kai</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DemurrageStart" type="DateTimeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">point of time the demurrage starts</xs:documentation> <xs:documentation xml:lang="DE">Zeitpunkt Demurrage-Start</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Inspection" type="InspectionType" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Seal" minOccurs="0" maxOccurs="99"> <xs:complexType> <xs:sequence> <xs:element name="SealNumber" type="Reference35Type"> <xs:annotation> <xs:documentation xml:lang="EN">seal number</xs:documentation> <xs:documentation xml:lang="DE">Siegelnummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SealType" type="Code17Type"> <xs:annotation> <xs:documentation xml:lang="EN">type of seal</xs:documentation> <xs:documentation xml:lang="DE">Art des Siegels</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="ConventionelLoad"> <xs:complexType> <xs:sequence> <xs:element name="Transport"> <xs:complexType> <xs:sequence> <xs:element name="Number"> <xs:annotation> <xs:documentation xml:lang="EN">transport number / reference</xs:documentation> <xs:documentation xml:lang="DE">Transportnummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Client"> <xs:annotation> <xs:documentation xml:lang="EN">client</xs:documentation> <xs:documentation xml:lang="DE">Mandant</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="MarksAndNumber" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="EN">marks und numbers (reference with which the packages are marked)</xs:documentation> <xs:documentation xml:lang="DE">Markierung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Packaging"> <xs:complexType> <xs:sequence> <xs:element name="NumberUnits" type="CountType"> <xs:annotation> <xs:documentation xml:lang="EN">number of units</xs:documentation> <xs:documentation xml:lang="DE">Anzahl Packstücke</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Code" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">packaging code</xs:documentation> <xs:documentation xml:lang="DE">Verpackungscode</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Weight" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="GrossWeight" type="WeightMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">gross weight</xs:documentation> <xs:documentation xml:lang="DE">Bruttogewicht</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NetWeight" type="WeightMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">net weight</xs:documentation> <xs:documentation xml:lang="DE">Nettogewicht</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Dimensions" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Length" type="LinearMeasureType"/> <xs:element name="Height" type="LinearMeasureType"/> <xs:element name="Width" type="LinearMeasureType"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> <xs:element name="DangerousGoodsIndicator" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator for dangerous goods</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen Gefahrgut</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DangerousGoods" minOccurs="0" maxOccurs="999"> <xs:annotation> <xs:documentation xml:lang="EN">dangerous goods data</xs:documentation> <xs:documentation xml:lang="DE">Gefahrgutangaben</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Position" type="CountType"/> <xs:element name="Class" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="UNNumber" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:length value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="EMSNumber" minOccurs="0" maxOccurs="2"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:length value="6"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="MFAGNumber" minOccurs="0" maxOccurs="2"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:length value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="FlashPoint" type="TemperatureMeasureType" minOccurs="0"/> <xs:element name="Stowage" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:length value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Packing" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Number" type="xs:positiveInteger" minOccurs="0"/> <xs:element name="Code" type="xs:anySimpleType" minOccurs="0"/> <xs:element name="Group"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="EmptyPackageCode" type="xs:anySimpleType" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="DangerWeight" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Gross" type="WeightMeasureType"/> <xs:element name="Net" type="WeightMeasureType" minOccurs="0"/> <xs:element name="NetExplosive" type="WeightMeasureType" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="WGKCode" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="CL7" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="SheetNumber" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="2"/> <xs:fractionDigits value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Category" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ChemicalActivity" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TransportSign" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="PackagingType" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="LegalNorm" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="5"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ClassificationCode" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="7"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ProperShippingName" minOccurs="0" maxOccurs="5"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> <xs:maxLength value="70"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="GoodsNumber" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="GoodsLabel" type="xs:anySimpleType" minOccurs="0" maxOccurs="5"/> <xs:element name="MPLabel" type="xs:anySimpleType" minOccurs="0"/> <xs:element name="TransportProhibited" type="xs:boolean" minOccurs="0"/> <xs:element name="DateSafety" type="DateTimeType" minOccurs="0"/> <xs:element name="IndicatorTank" type="xs:boolean" minOccurs="0"/> <xs:element name="RiskGroup" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:length value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Regulations" minOccurs="0" maxOccurs="2"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> <xs:maxLength value="70"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="LastTransported" minOccurs="0" maxOccurs="5"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> <xs:maxLength value="70"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Memoranda" minOccurs="0" maxOccurs="3"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> <xs:maxLength value="70"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="CustomsIndicator" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator customs</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen Zollgut</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Customs" minOccurs="0" maxOccurs="999"> <xs:annotation> <xs:documentation xml:lang="EN">customs data</xs:documentation> <xs:documentation xml:lang="DE">Zolldaten</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="RegistrationNumber" type="RegistrationNumberType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">customs registration number (i.e. ATLAS registration number, B-Number, ...)</xs:documentation> <xs:documentation xml:lang="DE">ATLAS-Registriernummer B-Nummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NumberUnits" type="CountType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">number of units</xs:documentation> <xs:documentation xml:lang="DE">Anzahl Packstücke</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StatusOk" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">flag indicating a verified positiv customs status</xs:documentation> <xs:documentation xml:lang="DE">Zollstatus geprüft?</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Inspection" type="InspectionType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">customs inspection</xs:documentation> <xs:documentation xml:lang="DE">Beschau</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Damage" type="CommentTypeContent" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">damage description</xs:documentation> <xs:documentation xml:lang="DE">Beschädigung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Supplement" type="generic" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="DE">Zusätzliche Daten; Verwendung nach Vereinbarung</xs:documentation> <xs:documentation xml:lang="EN">supplemental data; usage according to mutual agreement</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Supplement" type="generic" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="DE">Zusätzliche Daten; Verwendung nach Vereinbarung</xs:documentation> <xs:documentation xml:lang="EN">supplemental data; usage according to mutual agreement</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | PaticipantInformationType | ||||
children | Company Reference | ||||
annotation |
|
||||
source | <xs:element name="ParticipantInformation" type="PaticipantInformationType"> <xs:annotation> <xs:documentation xml:lang="EN">Information about the participating transport company</xs:documentation> <xs:documentation xml:lang="DE">Daten des beteiligten Transportunternehmer / Subunternehmer </xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
type | TerminalLocationType | ||
children | LocationIdentification LocationName LocationType PlaceOfLoading | ||
annotation |
|
||
source | <xs:element name="TerminalLocation" type="TerminalLocationType"> <xs:annotation> <xs:documentation xml:lang="EN">Specifies wether the terminal touched by the transport is in Bremen, Hamburg or Lübeck</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
type | IndicatorType | ||
annotation |
|
||
source | <xs:element name="ConventionalLoad" type="IndicatorType"> <xs:annotation> <xs:documentation xml:lang="EN">Indicates wether the IngateOutgate message refers to a transport of a conventional load (in opposition to container transports).</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
type | Reference12Type | ||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="VehicleRegistration" type="Reference12Type"> <xs:annotation> <xs:documentation xml:lang="EN">vehicle registration / licence plate number or identifikation of the vehicle pool</xs:documentation> <xs:documentation xml:lang="DE">Polizeiliches Kennzeichen, bzw. Poolkennung</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
children | Position Interchange Arrival ContainerLoad ConventionelLoad DangerousGoodsIndicator DangerousGoods CustomsIndicator Customs Damage Supplement |
source | <xs:element name="Load" maxOccurs="999"> <xs:complexType> <xs:sequence> <xs:element name="Position" type="CountType"> <xs:annotation> <xs:documentation xml:lang="EN">The position is a unique number / count within the message to unambiguosly identify the load. It corresponds to the position of the (referenced-)load within the TransportCoordination Message</xs:documentation> <xs:documentation xml:lang="DE">laufende Nummer zur eindeutigen Identifikation der Ladung innerhalb der Nachricht. Die laufende Nummer in der Ingate- / Outgate-Meldung entspricht der laufenden Nummer der (referenzierten) Ladung in der 'TransportCoordination'.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Interchange" type="DateTimeType"> <xs:annotation> <xs:documentation xml:lang="EN">interchange time</xs:documentation> <xs:documentation xml:lang="DE">Abhol- / Anlieferzeitpunkt</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Arrival" type="DateTimeType" minOccurs="0"/> <xs:choice minOccurs="0"> <xs:element name="ContainerLoad"> <xs:complexType> <xs:sequence> <xs:element name="LoadingIndicator" type="LoadingIndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">loading indicator full / empty</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen leer / beladen</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Container"> <xs:complexType> <xs:sequence> <xs:element name="Number" type="ContainerNumberType"> <xs:annotation> <xs:documentation xml:lang="EN">container ID / number</xs:documentation> <xs:documentation xml:lang="DE">Containernummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Length" type="ContainerLengthType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container length</xs:documentation> <xs:documentation xml:lang="DE">Containerlänge</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Height" type="ContainerHeightType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container height</xs:documentation> <xs:documentation xml:lang="DE">Containerhöhe</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Type" type="ContainerTypeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container type</xs:documentation> <xs:documentation xml:lang="DE">Containertyp</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ISOCode" type="ISOCodeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container ISO code</xs:documentation> <xs:documentation xml:lang="DE">Container ISO Code</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Oversized" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Indicator" type="IndicatorType"> <xs:annotation> <xs:documentation>indicator for over-sized load</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Top" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (height)</xs:documentation> <xs:documentation xml:lang="DE">Überhöhe</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Front" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (lenght, front)</xs:documentation> <xs:documentation xml:lang="DE">Überlänge vorn</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Back" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN"> over-sized load (lenght,back)</xs:documentation> <xs:documentation xml:lang="DE">Überlänge hinten</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Left" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (width, left)</xs:documentation> <xs:documentation xml:lang="DE">Überbreite links</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Right" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (width, right)</xs:documentation> <xs:documentation xml:lang="DE">Überbreite rechts</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="ClipOnUnit" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Indicator" type="IndicatorType"> <xs:annotation> <xs:documentation xml:lang="EN">indicator for clip-on-unit</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen Clip-On-Unit</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ID" type="Reference15Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">ID of the clip-on-unit</xs:documentation> <xs:documentation xml:lang="DE">Identifikation der Clip-On-Unit</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Temperature" type="TemperatureMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">temperature for temperature controlled containers</xs:documentation> <xs:documentation xml:lang="DE">Temperaturangabe</xs:documentation> </xs:annotation> </xs:element> <xs:element name="GrossWeight" type="WeightMeasureType"> <xs:annotation> <xs:documentation xml:lang="EN">gross weight</xs:documentation> <xs:documentation xml:lang="DE">Bruttogewicht</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NonOperatingReefer" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator Non-Operatiing Reefer for Iso-Code-Type Reefer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Carrier" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Code" type="Code4Type"> <xs:annotation> <xs:documentation xml:lang="EN">carrier code</xs:documentation> <xs:documentation xml:lang="DE">Reedercode</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BookingReference" type="Reference22Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">booking number / reference</xs:documentation> <xs:documentation xml:lang="DE">Buchungsnummer Reeder</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReleaseNumber" type="Reference15Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">release number / reference</xs:documentation> <xs:documentation xml:lang="DE">Freistellungsnummer</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Voyage" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Vessel" type="TransportMeans" minOccurs="0"/> <xs:element name="VoyageNumber" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="IReference" type="IReferenceTypeContent" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">I-reference for the LPM System</xs:documentation> <xs:documentation xml:lang="DE">LPM-Referenz</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Comment" type="Text255Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">generel remarks</xs:documentation> <xs:documentation xml:lang="DE">Bemekung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Terminal" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="InCustody" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator 'in custody'</xs:documentation> <xs:documentation xml:lang="DE">In Verwahrung (J/N)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SBT" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator SBT handling</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen SBT Abfertigung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EarliestDischarge" type="DateTimeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">earliest possible discharge starting at</xs:documentation> <xs:documentation xml:lang="DE">früheste Anlieferung ab</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DispatchInformation" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="DispatchAttribute" minOccurs="0" maxOccurs="4"> <xs:annotation> <xs:documentation xml:lang="EN">dispatch attribute</xs:documentation> <xs:documentation xml:lang="DE">Abfertigungsmerkmal</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="DispatchArea" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">dispatch area</xs:documentation> <xs:documentation xml:lang="DE">Abfertigungsbereich (Fuhre)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="12"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Block" minOccurs="0"> <xs:annotation> <xs:documentation>block</xs:documentation> <xs:documentation> block of the depot area the container is stored corresponds to AC02 field number 719 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="5"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Row" minOccurs="0"> <xs:annotation> <xs:documentation>row</xs:documentation> <xs:documentation> row within the block of the depot area the container is stored corresponds to AC02 field number 720 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Position" minOccurs="0"> <xs:annotation> <xs:documentation>position</xs:documentation> <xs:documentation> place/position of the container within the row fo the depot area corresponds to AC02 field number 721 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Level" minOccurs="0"> <xs:annotation> <xs:documentation>level</xs:documentation> <xs:documentation> place/position of the container within the row fo the depot area corresponds to AC02 field number 722 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:length value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="DischargeReference" type="Reference07Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">discharge reference of the terminal</xs:documentation> <xs:documentation xml:lang="DE">Auslieferreferenz Kai</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DemurrageStart" type="DateTimeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">point of time the demurrage starts</xs:documentation> <xs:documentation xml:lang="DE">Zeitpunkt Demurrage-Start</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Inspection" type="InspectionType" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Seal" minOccurs="0" maxOccurs="99"> <xs:complexType> <xs:sequence> <xs:element name="SealNumber" type="Reference35Type"> <xs:annotation> <xs:documentation xml:lang="EN">seal number</xs:documentation> <xs:documentation xml:lang="DE">Siegelnummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SealType" type="Code17Type"> <xs:annotation> <xs:documentation xml:lang="EN">type of seal</xs:documentation> <xs:documentation xml:lang="DE">Art des Siegels</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="ConventionelLoad"> <xs:complexType> <xs:sequence> <xs:element name="Transport"> <xs:complexType> <xs:sequence> <xs:element name="Number"> <xs:annotation> <xs:documentation xml:lang="EN">transport number / reference</xs:documentation> <xs:documentation xml:lang="DE">Transportnummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Client"> <xs:annotation> <xs:documentation xml:lang="EN">client</xs:documentation> <xs:documentation xml:lang="DE">Mandant</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="MarksAndNumber" type="xs:string"> <xs:annotation> <xs:documentation xml:lang="EN">marks und numbers (reference with which the packages are marked)</xs:documentation> <xs:documentation xml:lang="DE">Markierung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Packaging"> <xs:complexType> <xs:sequence> <xs:element name="NumberUnits" type="CountType"> <xs:annotation> <xs:documentation xml:lang="EN">number of units</xs:documentation> <xs:documentation xml:lang="DE">Anzahl Packstücke</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Code" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">packaging code</xs:documentation> <xs:documentation xml:lang="DE">Verpackungscode</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Weight" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="GrossWeight" type="WeightMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">gross weight</xs:documentation> <xs:documentation xml:lang="DE">Bruttogewicht</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NetWeight" type="WeightMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">net weight</xs:documentation> <xs:documentation xml:lang="DE">Nettogewicht</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Dimensions" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Length" type="LinearMeasureType"/> <xs:element name="Height" type="LinearMeasureType"/> <xs:element name="Width" type="LinearMeasureType"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> <xs:element name="DangerousGoodsIndicator" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator for dangerous goods</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen Gefahrgut</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DangerousGoods" minOccurs="0" maxOccurs="999"> <xs:annotation> <xs:documentation xml:lang="EN">dangerous goods data</xs:documentation> <xs:documentation xml:lang="DE">Gefahrgutangaben</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Position" type="CountType"/> <xs:element name="Class" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="UNNumber" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:length value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="EMSNumber" minOccurs="0" maxOccurs="2"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:length value="6"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="MFAGNumber" minOccurs="0" maxOccurs="2"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:length value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="FlashPoint" type="TemperatureMeasureType" minOccurs="0"/> <xs:element name="Stowage" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:length value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Packing" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Number" type="xs:positiveInteger" minOccurs="0"/> <xs:element name="Code" type="xs:anySimpleType" minOccurs="0"/> <xs:element name="Group"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="EmptyPackageCode" type="xs:anySimpleType" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="DangerWeight" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Gross" type="WeightMeasureType"/> <xs:element name="Net" type="WeightMeasureType" minOccurs="0"/> <xs:element name="NetExplosive" type="WeightMeasureType" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="WGKCode" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="CL7" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="SheetNumber" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:totalDigits value="2"/> <xs:fractionDigits value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Category" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ChemicalActivity" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="TransportSign" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="PackagingType" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="LegalNorm" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="5"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ClassificationCode" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="7"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ProperShippingName" minOccurs="0" maxOccurs="5"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> <xs:maxLength value="70"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="GoodsNumber" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:minLength value="1"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="GoodsLabel" type="xs:anySimpleType" minOccurs="0" maxOccurs="5"/> <xs:element name="MPLabel" type="xs:anySimpleType" minOccurs="0"/> <xs:element name="TransportProhibited" type="xs:boolean" minOccurs="0"/> <xs:element name="DateSafety" type="DateTimeType" minOccurs="0"/> <xs:element name="IndicatorTank" type="xs:boolean" minOccurs="0"/> <xs:element name="RiskGroup" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:NMTOKEN"> <xs:length value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Regulations" minOccurs="0" maxOccurs="2"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> <xs:maxLength value="70"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="LastTransported" minOccurs="0" maxOccurs="5"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> <xs:maxLength value="70"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Memoranda" minOccurs="0" maxOccurs="3"> <xs:simpleType> <xs:restriction base="xs:normalizedString"> <xs:minLength value="1"/> <xs:maxLength value="70"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="CustomsIndicator" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator customs</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen Zollgut</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Customs" minOccurs="0" maxOccurs="999"> <xs:annotation> <xs:documentation xml:lang="EN">customs data</xs:documentation> <xs:documentation xml:lang="DE">Zolldaten</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="RegistrationNumber" type="RegistrationNumberType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">customs registration number (i.e. ATLAS registration number, B-Number, ...)</xs:documentation> <xs:documentation xml:lang="DE">ATLAS-Registriernummer B-Nummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NumberUnits" type="CountType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">number of units</xs:documentation> <xs:documentation xml:lang="DE">Anzahl Packstücke</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StatusOk" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">flag indicating a verified positiv customs status</xs:documentation> <xs:documentation xml:lang="DE">Zollstatus geprüft?</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Inspection" type="InspectionType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">customs inspection</xs:documentation> <xs:documentation xml:lang="DE">Beschau</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Damage" type="CommentTypeContent" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">damage description</xs:documentation> <xs:documentation xml:lang="DE">Beschädigung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Supplement" type="generic" minOccurs="0" maxOccurs="99"> <xs:annotation> <xs:documentation xml:lang="DE">Zusätzliche Daten; Verwendung nach Vereinbarung</xs:documentation> <xs:documentation xml:lang="EN">supplemental data; usage according to mutual agreement</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | CountType | ||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="Position" type="CountType"> <xs:annotation> <xs:documentation xml:lang="EN">The position is a unique number / count within the message to unambiguosly identify the load. It corresponds to the position of the (referenced-)load within the TransportCoordination Message</xs:documentation> <xs:documentation xml:lang="DE">laufende Nummer zur eindeutigen Identifikation der Ladung innerhalb der Nachricht. Die laufende Nummer in der Ingate- / Outgate-Meldung entspricht der laufenden Nummer der (referenzierten) Ladung in der 'TransportCoordination'.</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
type | DateTimeType | ||||
children | DateTime Format | ||||
annotation |
|
||||
source | <xs:element name="Interchange" type="DateTimeType"> <xs:annotation> <xs:documentation xml:lang="EN">interchange time</xs:documentation> <xs:documentation xml:lang="DE">Abhol- / Anlieferzeitpunkt</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
type | DateTimeType |
children | DateTime Format |
source | <xs:element name="Arrival" type="DateTimeType" minOccurs="0"/> |
diagram | ![]() |
children | LoadingIndicator Container Oversized ClipOnUnit Temperature GrossWeight NonOperatingReefer Carrier Voyage IReference Comment Terminal Seal |
source | <xs:element name="ContainerLoad"> <xs:complexType> <xs:sequence> <xs:element name="LoadingIndicator" type="LoadingIndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">loading indicator full / empty</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen leer / beladen</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Container"> <xs:complexType> <xs:sequence> <xs:element name="Number" type="ContainerNumberType"> <xs:annotation> <xs:documentation xml:lang="EN">container ID / number</xs:documentation> <xs:documentation xml:lang="DE">Containernummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Length" type="ContainerLengthType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container length</xs:documentation> <xs:documentation xml:lang="DE">Containerlänge</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Height" type="ContainerHeightType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container height</xs:documentation> <xs:documentation xml:lang="DE">Containerhöhe</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Type" type="ContainerTypeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container type</xs:documentation> <xs:documentation xml:lang="DE">Containertyp</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ISOCode" type="ISOCodeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container ISO code</xs:documentation> <xs:documentation xml:lang="DE">Container ISO Code</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Oversized" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Indicator" type="IndicatorType"> <xs:annotation> <xs:documentation>indicator for over-sized load</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Top" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (height)</xs:documentation> <xs:documentation xml:lang="DE">Überhöhe</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Front" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (lenght, front)</xs:documentation> <xs:documentation xml:lang="DE">Überlänge vorn</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Back" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN"> over-sized load (lenght,back)</xs:documentation> <xs:documentation xml:lang="DE">Überlänge hinten</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Left" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (width, left)</xs:documentation> <xs:documentation xml:lang="DE">Überbreite links</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Right" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (width, right)</xs:documentation> <xs:documentation xml:lang="DE">Überbreite rechts</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="ClipOnUnit" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Indicator" type="IndicatorType"> <xs:annotation> <xs:documentation xml:lang="EN">indicator for clip-on-unit</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen Clip-On-Unit</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ID" type="Reference15Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">ID of the clip-on-unit</xs:documentation> <xs:documentation xml:lang="DE">Identifikation der Clip-On-Unit</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Temperature" type="TemperatureMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">temperature for temperature controlled containers</xs:documentation> <xs:documentation xml:lang="DE">Temperaturangabe</xs:documentation> </xs:annotation> </xs:element> <xs:element name="GrossWeight" type="WeightMeasureType"> <xs:annotation> <xs:documentation xml:lang="EN">gross weight</xs:documentation> <xs:documentation xml:lang="DE">Bruttogewicht</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NonOperatingReefer" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator Non-Operatiing Reefer for Iso-Code-Type Reefer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Carrier" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Code" type="Code4Type"> <xs:annotation> <xs:documentation xml:lang="EN">carrier code</xs:documentation> <xs:documentation xml:lang="DE">Reedercode</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BookingReference" type="Reference22Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">booking number / reference</xs:documentation> <xs:documentation xml:lang="DE">Buchungsnummer Reeder</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReleaseNumber" type="Reference15Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">release number / reference</xs:documentation> <xs:documentation xml:lang="DE">Freistellungsnummer</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Voyage" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Vessel" type="TransportMeans" minOccurs="0"/> <xs:element name="VoyageNumber" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="IReference" type="IReferenceTypeContent" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">I-reference for the LPM System</xs:documentation> <xs:documentation xml:lang="DE">LPM-Referenz</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Comment" type="Text255Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">generel remarks</xs:documentation> <xs:documentation xml:lang="DE">Bemekung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Terminal" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="InCustody" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator 'in custody'</xs:documentation> <xs:documentation xml:lang="DE">In Verwahrung (J/N)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SBT" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator SBT handling</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen SBT Abfertigung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EarliestDischarge" type="DateTimeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">earliest possible discharge starting at</xs:documentation> <xs:documentation xml:lang="DE">früheste Anlieferung ab</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DispatchInformation" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="DispatchAttribute" minOccurs="0" maxOccurs="4"> <xs:annotation> <xs:documentation xml:lang="EN">dispatch attribute</xs:documentation> <xs:documentation xml:lang="DE">Abfertigungsmerkmal</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="DispatchArea" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">dispatch area</xs:documentation> <xs:documentation xml:lang="DE">Abfertigungsbereich (Fuhre)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="12"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Block" minOccurs="0"> <xs:annotation> <xs:documentation>block</xs:documentation> <xs:documentation> block of the depot area the container is stored corresponds to AC02 field number 719 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="5"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Row" minOccurs="0"> <xs:annotation> <xs:documentation>row</xs:documentation> <xs:documentation> row within the block of the depot area the container is stored corresponds to AC02 field number 720 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Position" minOccurs="0"> <xs:annotation> <xs:documentation>position</xs:documentation> <xs:documentation> place/position of the container within the row fo the depot area corresponds to AC02 field number 721 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Level" minOccurs="0"> <xs:annotation> <xs:documentation>level</xs:documentation> <xs:documentation> place/position of the container within the row fo the depot area corresponds to AC02 field number 722 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:length value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="DischargeReference" type="Reference07Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">discharge reference of the terminal</xs:documentation> <xs:documentation xml:lang="DE">Auslieferreferenz Kai</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DemurrageStart" type="DateTimeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">point of time the demurrage starts</xs:documentation> <xs:documentation xml:lang="DE">Zeitpunkt Demurrage-Start</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Inspection" type="InspectionType" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Seal" minOccurs="0" maxOccurs="99"> <xs:complexType> <xs:sequence> <xs:element name="SealNumber" type="Reference35Type"> <xs:annotation> <xs:documentation xml:lang="EN">seal number</xs:documentation> <xs:documentation xml:lang="DE">Siegelnummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SealType" type="Code17Type"> <xs:annotation> <xs:documentation xml:lang="EN">type of seal</xs:documentation> <xs:documentation xml:lang="DE">Art des Siegels</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||
type | LoadingIndicatorType | ||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:element name="LoadingIndicator" type="LoadingIndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">loading indicator full / empty</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen leer / beladen</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
children | Number Length Height Type ISOCode |
source | <xs:element name="Container"> <xs:complexType> <xs:sequence> <xs:element name="Number" type="ContainerNumberType"> <xs:annotation> <xs:documentation xml:lang="EN">container ID / number</xs:documentation> <xs:documentation xml:lang="DE">Containernummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Length" type="ContainerLengthType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container length</xs:documentation> <xs:documentation xml:lang="DE">Containerlänge</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Height" type="ContainerHeightType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container height</xs:documentation> <xs:documentation xml:lang="DE">Containerhöhe</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Type" type="ContainerTypeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container type</xs:documentation> <xs:documentation xml:lang="DE">Containertyp</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ISOCode" type="ISOCodeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container ISO code</xs:documentation> <xs:documentation xml:lang="DE">Container ISO Code</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||
type | ContainerNumberType | ||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="Number" type="ContainerNumberType"> <xs:annotation> <xs:documentation xml:lang="EN">container ID / number</xs:documentation> <xs:documentation xml:lang="DE">Containernummer</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||||||||
type | ContainerLengthType | ||||||||||||||||||
facets |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="Length" type="ContainerLengthType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container length</xs:documentation> <xs:documentation xml:lang="DE">Containerlänge</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||||||||
type | ContainerHeightType | ||||||||||||||||||
facets |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="Height" type="ContainerHeightType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container height</xs:documentation> <xs:documentation xml:lang="DE">Containerhöhe</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||||||||
type | ContainerTypeType | ||||||||||||||||||
facets |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="Type" type="ContainerTypeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container type</xs:documentation> <xs:documentation xml:lang="DE">Containertyp</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
type | ISOCodeType | ||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="ISOCode" type="ISOCodeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">container ISO code</xs:documentation> <xs:documentation xml:lang="DE">Container ISO Code</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
children | Indicator Top Front Back Left Right |
source | <xs:element name="Oversized" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Indicator" type="IndicatorType"> <xs:annotation> <xs:documentation>indicator for over-sized load</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Top" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (height)</xs:documentation> <xs:documentation xml:lang="DE">Überhöhe</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Front" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (lenght, front)</xs:documentation> <xs:documentation xml:lang="DE">Überlänge vorn</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Back" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN"> over-sized load (lenght,back)</xs:documentation> <xs:documentation xml:lang="DE">Überlänge hinten</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Left" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (width, left)</xs:documentation> <xs:documentation xml:lang="DE">Überbreite links</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Right" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (width, right)</xs:documentation> <xs:documentation xml:lang="DE">Überbreite rechts</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||
type | IndicatorType | ||
annotation |
|
||
source | <xs:element name="Indicator" type="IndicatorType"> <xs:annotation> <xs:documentation>indicator for over-sized load</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||
type | LinearMeasureType | ||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="Top" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (height)</xs:documentation> <xs:documentation xml:lang="DE">Überhöhe</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||
type | LinearMeasureType | ||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="Front" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (lenght, front)</xs:documentation> <xs:documentation xml:lang="DE">Überlänge vorn</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||
type | LinearMeasureType | ||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="Back" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN"> over-sized load (lenght,back)</xs:documentation> <xs:documentation xml:lang="DE">Überlänge hinten</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||
type | LinearMeasureType | ||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="Left" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (width, left)</xs:documentation> <xs:documentation xml:lang="DE">Überbreite links</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||
type | LinearMeasureType | ||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="Right" type="LinearMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">over-sized load (width, right)</xs:documentation> <xs:documentation xml:lang="DE">Überbreite rechts</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
children | Indicator ID |
source | <xs:element name="ClipOnUnit" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Indicator" type="IndicatorType"> <xs:annotation> <xs:documentation xml:lang="EN">indicator for clip-on-unit</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen Clip-On-Unit</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ID" type="Reference15Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">ID of the clip-on-unit</xs:documentation> <xs:documentation xml:lang="DE">Identifikation der Clip-On-Unit</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | IndicatorType | ||||
annotation |
|
||||
source | <xs:element name="Indicator" type="IndicatorType"> <xs:annotation> <xs:documentation xml:lang="EN">indicator for clip-on-unit</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen Clip-On-Unit</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
type | Reference15Type | ||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="ID" type="Reference15Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">ID of the clip-on-unit</xs:documentation> <xs:documentation xml:lang="DE">Identifikation der Clip-On-Unit</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||
type | TemperatureMeasureType | ||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="Temperature" type="TemperatureMeasureType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">temperature for temperature controlled containers</xs:documentation> <xs:documentation xml:lang="DE">Temperaturangabe</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||
type | WeightMeasureType | ||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="GrossWeight" type="WeightMeasureType"> <xs:annotation> <xs:documentation xml:lang="EN">gross weight</xs:documentation> <xs:documentation xml:lang="DE">Bruttogewicht</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||
type | IndicatorType | ||
annotation |
|
||
source | <xs:element name="NonOperatingReefer" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator Non-Operatiing Reefer for Iso-Code-Type Reefer</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
children | Code BookingReference ReleaseNumber |
source | <xs:element name="Carrier" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Code" type="Code4Type"> <xs:annotation> <xs:documentation xml:lang="EN">carrier code</xs:documentation> <xs:documentation xml:lang="DE">Reedercode</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BookingReference" type="Reference22Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">booking number / reference</xs:documentation> <xs:documentation xml:lang="DE">Buchungsnummer Reeder</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReleaseNumber" type="Reference15Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">release number / reference</xs:documentation> <xs:documentation xml:lang="DE">Freistellungsnummer</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||||||||||||||||
type | Code4Type | ||||||||||||||||||
facets |
|
||||||||||||||||||
attributes |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:element name="Code" type="Code4Type"> <xs:annotation> <xs:documentation xml:lang="EN">carrier code</xs:documentation> <xs:documentation xml:lang="DE">Reedercode</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
type | Reference22Type | ||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="BookingReference" type="Reference22Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">booking number / reference</xs:documentation> <xs:documentation xml:lang="DE">Buchungsnummer Reeder</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
type | Reference15Type | ||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="ReleaseNumber" type="Reference15Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">release number / reference</xs:documentation> <xs:documentation xml:lang="DE">Freistellungsnummer</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
children | Vessel VoyageNumber |
source | <xs:element name="Voyage" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Vessel" type="TransportMeans" minOccurs="0"/> <xs:element name="VoyageNumber" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
type | TransportMeans |
children | TransportMeansTypeCode TransportMeansIdentification AdditionalTransportMeansID TransportMeansName RegistrationNationalityCode TransportMeansOwner IMO |
source | <xs:element name="Vessel" type="TransportMeans" minOccurs="0"/> |
diagram | ![]() |
source | <xs:element name="VoyageNumber" minOccurs="0"/> |
diagram | ![]() |
||||
type | IReferenceTypeContent | ||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="IReference" type="IReferenceTypeContent" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">I-reference for the LPM System</xs:documentation> <xs:documentation xml:lang="DE">LPM-Referenz</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||||||||||
type | Text255Type | ||||||||||||
facets |
|
||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:element name="Comment" type="Text255Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">generel remarks</xs:documentation> <xs:documentation xml:lang="DE">Bemekung</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
children | InCustody SBT EarliestDischarge DispatchInformation DischargeReference DemurrageStart Inspection |
source | <xs:element name="Terminal" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="InCustody" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator 'in custody'</xs:documentation> <xs:documentation xml:lang="DE">In Verwahrung (J/N)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SBT" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator SBT handling</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen SBT Abfertigung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EarliestDischarge" type="DateTimeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">earliest possible discharge starting at</xs:documentation> <xs:documentation xml:lang="DE">früheste Anlieferung ab</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DispatchInformation" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="DispatchAttribute" minOccurs="0" maxOccurs="4"> <xs:annotation> <xs:documentation xml:lang="EN">dispatch attribute</xs:documentation> <xs:documentation xml:lang="DE">Abfertigungsmerkmal</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="DispatchArea" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">dispatch area</xs:documentation> <xs:documentation xml:lang="DE">Abfertigungsbereich (Fuhre)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="12"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Block" minOccurs="0"> <xs:annotation> <xs:documentation>block</xs:documentation> <xs:documentation> block of the depot area the container is stored corresponds to AC02 field number 719 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="5"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Row" minOccurs="0"> <xs:annotation> <xs:documentation>row</xs:documentation> <xs:documentation> row within the block of the depot area the container is stored corresponds to AC02 field number 720 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Position" minOccurs="0"> <xs:annotation> <xs:documentation>position</xs:documentation> <xs:documentation> place/position of the container within the row fo the depot area corresponds to AC02 field number 721 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Level" minOccurs="0"> <xs:annotation> <xs:documentation>level</xs:documentation> <xs:documentation> place/position of the container within the row fo the depot area corresponds to AC02 field number 722 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:length value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="DischargeReference" type="Reference07Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">discharge reference of the terminal</xs:documentation> <xs:documentation xml:lang="DE">Auslieferreferenz Kai</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DemurrageStart" type="DateTimeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">point of time the demurrage starts</xs:documentation> <xs:documentation xml:lang="DE">Zeitpunkt Demurrage-Start</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Inspection" type="InspectionType" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | IndicatorType | ||||
annotation |
|
||||
source | <xs:element name="InCustody" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator 'in custody'</xs:documentation> <xs:documentation xml:lang="DE">In Verwahrung (J/N)</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
type | IndicatorType | ||||
annotation |
|
||||
source | <xs:element name="SBT" type="IndicatorType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">indicator SBT handling</xs:documentation> <xs:documentation xml:lang="DE">Kennzeichen SBT Abfertigung</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
||||
type | DateTimeType | ||||
children | DateTime Format | ||||
annotation |
|
||||
source | <xs:element name="EarliestDischarge" type="DateTimeType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">earliest possible discharge starting at</xs:documentation> <xs:documentation xml:lang="DE">früheste Anlieferung ab</xs:documentation> </xs:annotation> </xs:element> |
diagram | ![]() |
children | DispatchAttribute DispatchArea Block Row Position Level |
source | <xs:element name="DispatchInformation" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="DispatchAttribute" minOccurs="0" maxOccurs="4"> <xs:annotation> <xs:documentation xml:lang="EN">dispatch attribute</xs:documentation> <xs:documentation xml:lang="DE">Abfertigungsmerkmal</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="DispatchArea" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">dispatch area</xs:documentation> <xs:documentation xml:lang="DE">Abfertigungsbereich (Fuhre)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="12"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Block" minOccurs="0"> <xs:annotation> <xs:documentation>block</xs:documentation> <xs:documentation> block of the depot area the container is stored corresponds to AC02 field number 719 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="5"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Row" minOccurs="0"> <xs:annotation> <xs:documentation>row</xs:documentation> <xs:documentation> row within the block of the depot area the container is stored corresponds to AC02 field number 720 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Position" minOccurs="0"> <xs:annotation> <xs:documentation>position</xs:documentation> <xs:documentation> place/position of the container within the row fo the depot area corresponds to AC02 field number 721 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Level" minOccurs="0"> <xs:annotation> <xs:documentation>level</xs:documentation> <xs:documentation> place/position of the container within the row fo the depot area corresponds to AC02 field number 722 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:length value="1"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | restriction of xs:string | ||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="DispatchAttribute" minOccurs="0" maxOccurs="4"> <xs:annotation> <xs:documentation xml:lang="EN">dispatch attribute</xs:documentation> <xs:documentation xml:lang="DE">Abfertigungsmerkmal</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||
type | restriction of xs:string | ||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="DispatchArea" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">dispatch area</xs:documentation> <xs:documentation xml:lang="DE">Abfertigungsbereich (Fuhre)</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="12"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||
type | restriction of xs:string | ||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="Block" minOccurs="0"> <xs:annotation> <xs:documentation>block</xs:documentation> <xs:documentation> block of the depot area the container is stored corresponds to AC02 field number 719 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="5"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||
type | restriction of xs:string | ||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="Row" minOccurs="0"> <xs:annotation> <xs:documentation>row</xs:documentation> <xs:documentation> row within the block of the depot area the container is stored corresponds to AC02 field number 720 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||
type | restriction of xs:string | ||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="Position" minOccurs="0"> <xs:annotation> <xs:documentation>position</xs:documentation> <xs:documentation> place/position of the container within the row fo the depot area corresponds to AC02 field number 721 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||
type | restriction of xs:string | ||||
facets |
|
||||
annotation |
|
||||
source | <xs:element name="Level" minOccurs="0"> <xs:annotation> <xs:documentation>level</xs:documentation> <xs:documentation> place/position of the container within the row fo the depot area corresponds to AC02 field number 722 </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:length value="1"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
type | Reference07Type |
facets |