| schema location: | http://tr02-wiki.dakosy.de/dokumentation/TR02XMLv14.3/TR02_Core.xsd |
| diagram | |||||||||||||||||||
| type | extension of xs:string | ||||||||||||||||||
| used by |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:complexType name="AdditionalTransportMeansID"> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="codeListIdentification" type="xs:string"/> <xs:attribute name="agencyID" type="xs:string" default="DAKOSY"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | |||||||||||||||||||
| type | extension of Code17TypeContent | ||||||||||||||||||
| used by |
|
||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:complexType name="Code17Type"> <xs:simpleContent> <xs:extension base="Code17TypeContent"> <xs:attribute name="codeListIdentification" type="xs:string"/> <xs:attribute name="agencyID" type="xs:string" default="DAKOSY"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | |||||||||||||||||||
| type | extension of Code2TypeContent | ||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:complexType name="Code2Type"> <xs:simpleContent> <xs:extension base="Code2TypeContent"> <xs:attribute name="codeListIdentification" type="xs:string"/> <xs:attribute name="agencyID" type="xs:string" default="DAKOSY"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | |||||||||||||||||||
| type | extension of Code3TypeContent | ||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:complexType name="Code3Type"> <xs:simpleContent> <xs:extension base="Code3TypeContent"> <xs:attribute name="codeListIdentification" type="xs:string"/> <xs:attribute name="agencyID" type="xs:string" default="DAKOSY"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | |||||||||||||||||||
| type | extension of Code4TypeContent | ||||||||||||||||||
| used by |
|
||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:complexType name="Code4Type"> <xs:simpleContent> <xs:extension base="Code4TypeContent"> <xs:attribute name="codeListIdentification" type="xs:string"/> <xs:attribute name="agencyID" type="xs:string" default="DAKOSY"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | |||||||||||||||||||
| type | extension of Code6TypeContent | ||||||||||||||||||
| used by |
|
||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:complexType name="Code6Type"> <xs:simpleContent> <xs:extension base="Code6TypeContent"> <xs:attribute name="codeListIdentification" type="xs:string"/> <xs:attribute name="agencyID" type="xs:string" default="DAKOSY"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | |||||||||||||||||||
| type | extension of ContainerHeightTypeContent | ||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:complexType name="ContainerHeightType"> <xs:simpleContent> <xs:extension base="ContainerHeightTypeContent"> <xs:attribute name="codeListIdentification" type="xs:string"/> <xs:attribute name="agencyID" type="xs:string" default="DAKOSY"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | |||||||||||||||||||
| type | extension of ContainerLengthTypeContent | ||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:complexType name="ContainerLengthType"> <xs:simpleContent> <xs:extension base="ContainerLengthTypeContent"> <xs:attribute name="codeListIdentification" type="xs:string"/> <xs:attribute name="agencyID" type="xs:string" default="DAKOSY"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | |||||||||||||||||||
| type | extension of ContainerTypeTypeContent | ||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:complexType name="ContainerTypeType"> <xs:simpleContent> <xs:extension base="ContainerTypeTypeContent"> <xs:attribute name="codeListIdentification" type="xs:string"/> <xs:attribute name="agencyID" type="xs:string" default="DAKOSY"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | ![]() |
||
| children | DateTime Format | ||
| used by |
|
||
| source | <xs:complexType name="DateTimeType"> <xs:sequence> <xs:element name="DateTime"> <xs:simpleType> <xs:restriction base="xs:dateTime"> <xs:pattern value=".+T[^Z+-]+"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Format" type="xs:string" minOccurs="0"/> </xs:sequence> </xs:complexType> |
| diagram | |||
| type | restriction of xs:dateTime | ||
| facets |
|
||
| source | <xs:element name="DateTime"> <xs:simpleType> <xs:restriction base="xs:dateTime"> <xs:pattern value=".+T[^Z+-]+"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Format" type="xs:string" minOccurs="0"/> |
| diagram | ![]() |
||||
| children | ErrorCode ErrorInformation | ||||
| annotation |
|
||||
| source | <xs:complexType name="Error"> <xs:annotation> <xs:documentation xml:lang="EN">The Error element contains information about an error which occured while processing an EDI message.</xs:documentation> <xs:documentation xml:lang="DE">Das Error-Element beschreibt einen bei der Verarbeitung einer EDI-Nachricht aufgetretenen Fehler.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="ErrorCode" type="ErrorCode"> <xs:annotation> <xs:documentation xml:lang="EN">A code describing the error (max. 8 digits)</xs:documentation> <xs:documentation xml:lang="DE">Ein bis zu 8-Stelliger Fehlercode</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ErrorInformation" type="TextType" minOccurs="0" maxOccurs="2"> <xs:annotation> <xs:documentation xml:lang="EN">Free text information about the error.</xs:documentation> <xs:documentation xml:lang="DE">Freitextinformationen zum aufgetretenen Fehler.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||
| type | ErrorCode | ||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:element name="ErrorCode" type="ErrorCode"> <xs:annotation> <xs:documentation xml:lang="EN">A code describing the error (max. 8 digits)</xs:documentation> <xs:documentation xml:lang="DE">Ein bis zu 8-Stelliger Fehlercode</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||
| type | TextType | ||||||||||||
| attributes |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:element name="ErrorInformation" type="TextType" minOccurs="0" maxOccurs="2"> <xs:annotation> <xs:documentation xml:lang="EN">Free text information about the error.</xs:documentation> <xs:documentation xml:lang="DE">Freitextinformationen zum aufgetretenen Fehler.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||||||||||||||||
| type | extension of InspectionTypeContent | ||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:complexType name="InspectionType"> <xs:simpleContent> <xs:extension base="InspectionTypeContent"> <xs:attribute name="codeListIdentification" type="xs:string"/> <xs:attribute name="agencyID" type="xs:string" default="DAKOSY"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | ![]() |
||||
| children | VehicleRegistration TruckerCard | ||||
| annotation |
|
||||
| source | <xs:complexType name="Legitimation"> <xs:annotation> <xs:documentation xml:lang="EN">transport authorization-data</xs:documentation> <xs:documentation xml:lang="DE">Daten für die Prüfung der Tansportberechtigung</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="VehicleRegistration" type="Reference12Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">vehicle licence number or pool code</xs:documentation> <xs:documentation xml:lang="DE">Polizeiliches Kennzeichen, bzw. Poolkennung</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TruckerCard" type="Code6Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">driver's truckercard-number</xs:documentation> <xs:documentation xml:lang="DE">Truckercard-Nummer des Fahrers</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
||||
| type | Reference12Type | ||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:element name="VehicleRegistration" type="Reference12Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">vehicle licence number or pool code</xs:documentation> <xs:documentation xml:lang="DE">Polizeiliches Kennzeichen, bzw. Poolkennung</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||||||||||||||||
| type | Code6Type | ||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <xs:element name="TruckerCard" type="Code6Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">driver's truckercard-number</xs:documentation> <xs:documentation xml:lang="DE">Truckercard-Nummer des Fahrers</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||||||||||
| type | extension of LinearMeasureTypeContent | ||||||||||||
| facets |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:complexType name="LinearMeasureType"> <xs:simpleContent> <xs:extension base="LinearMeasureTypeContent"> <xs:attribute name="unitCode" type="xs:string" use="required"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | ![]() |
| children | LocationType LocationIdentification LocationName SubordinateLocation |
| source | <xs:complexType name="LocationType"> <xs:sequence> <xs:element name="LocationType" type="LocationTypeCode" minOccurs="0"/> <xs:element name="LocationIdentification" type="LocationIdentificationTypeContent" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">UNLocode</xs:documentation> <xs:documentation xml:lang="DE">UNLocode</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LocationName" type="NameType" minOccurs="0"/> <xs:element name="SubordinateLocation" type="SubordinateLocation" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> |
| diagram | |||||||||||||||||||
| type | LocationTypeCode | ||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:element name="LocationType" type="LocationTypeCode" minOccurs="0"/> |
| diagram | |||||
| type | LocationIdentificationTypeContent | ||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:element name="LocationIdentification" type="LocationIdentificationTypeContent" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">UNLocode</xs:documentation> <xs:documentation xml:lang="DE">UNLocode</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||||||||||
| type | NameType | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="LocationName" type="NameType" minOccurs="0"/> |
| diagram | ![]() |
| type | SubordinateLocation |
| children | LocationIdentification LocationName LocationType PlaceOfLoading |
| source | <xs:element name="SubordinateLocation" type="SubordinateLocation" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | |||||||||||||||||||
| type | extension of LocationTypeContent | ||||||||||||||||||
| used by |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:complexType name="LocationTypeCode"> <xs:simpleContent> <xs:extension base="LocationTypeContent"> <xs:attribute name="codeListIdentification" type="xs:string"/> <xs:attribute name="agencyID" type="xs:string" default="DAKOSY"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | |||||||||||||
| type | extension of xs:string | ||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:complexType name="NameType"> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="languageLocale" type="xs:string" default="DE"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | ![]() |
||
| type | extension of PartyType | ||
| children | PartyIdentification Name Description InformationContact | ||
| used by |
|
||
| source | <xs:complexType name="OwnerParty"> <xs:complexContent> <xs:extension base="PartyType"/> </xs:complexContent> </xs:complexType> |
| diagram | ![]() |
||
| children | PartyIdentification Name Description InformationContact | ||
| used by |
|
||
| source | <xs:complexType name="PartyType"> <xs:sequence> <xs:element name="PartyIdentification" type="Code17Type" minOccurs="0"/> <xs:element name="Name" type="Name2" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="Description" minOccurs="0"> <xs:complexType> <xs:simpleContent> <xs:restriction base="TextType"/> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name="InformationContact" type="Contact" minOccurs="0" maxOccurs="9"/> </xs:sequence> </xs:complexType> |
| diagram | |||||||||||||||||||
| type | Code17Type | ||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:element name="PartyIdentification" type="Code17Type" minOccurs="0"/> |
| diagram | |||
| type | Name2 | ||
| facets |
|
||
| source | <xs:element name="Name" type="Name2" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | |||||||||||||
| type | restriction of TextType | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="Description" minOccurs="0"> <xs:complexType> <xs:simpleContent> <xs:restriction base="TextType"/> </xs:simpleContent> </xs:complexType> </xs:element> |
| diagram | |
| type | Contact |
| source | <xs:element name="InformationContact" type="Contact" minOccurs="0" maxOccurs="9"/> |
| diagram | ![]() |
||
| children | Company Reference | ||
| used by |
|
||
| source | <xs:complexType name="PaticipantInformationType"> <xs:sequence> <xs:element name="Company" type="TransportCompanyType"/> <xs:element name="Reference" type="ReferenceType"/> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
| type | TransportCompanyType |
| children | CompanyCode Companytype CompanyName |
| source | <xs:element name="Company" type="TransportCompanyType"/> |
| diagram | ![]() |
| type | ReferenceType |
| children | ReferenceID TypeCode Position |
| source | <xs:element name="Reference" type="ReferenceType"/> |
| diagram | ![]() |
||||
| children | ReferenceID TypeCode Position | ||||
| used by |
|
||||
| annotation |
|
||||
| source | <xs:complexType name="ReferenceType"> <xs:annotation> <xs:documentation xml:lang="EN">To specify miscellaneous references; the type of reference is qualified with TypeCode</xs:documentation> <xs:documentation xml:lang="DE">Allgemeiner Referenztyp. Wird duch den TypeCode konkretisiert.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="ReferenceID"> <xs:annotation> <xs:documentation xml:lang="EN">reference identifier</xs:documentation> <xs:documentation xml:lang="DE">Referenz, eindeutiger fachlicher Schlüssel</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="ReferenceIDType"> <xs:attribute name="version" type="xs:positiveInteger" use="required"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:element name="TypeCode" type="ReferenceTypeCode" minOccurs="0"/> <xs:element name="Position" type="CountType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">load-posiion within referenced message</xs:documentation> <xs:documentation xml:lang="DE">Ladeeinheitposition innerhalb der Referenz</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | |||||||||||||
| type | extension of ReferenceIDType | ||||||||||||
| facets |
|
||||||||||||
| attributes |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:element name="ReferenceID"> <xs:annotation> <xs:documentation xml:lang="EN">reference identifier</xs:documentation> <xs:documentation xml:lang="DE">Referenz, eindeutiger fachlicher Schlüssel</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="ReferenceIDType"> <xs:attribute name="version" type="xs:positiveInteger" use="required"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |
| diagram | |||||||||||||||||||
| type | ReferenceTypeCode | ||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:element name="TypeCode" type="ReferenceTypeCode" minOccurs="0"/> |
| diagram | ![]() |
||||
| type | CountType | ||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:element name="Position" type="CountType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">load-posiion within referenced message</xs:documentation> <xs:documentation xml:lang="DE">Ladeeinheitposition innerhalb der Referenz</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||||||||||||||||
| type | extension of ReferenceTypeCodeContent | ||||||||||||||||||
| used by |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <xs:complexType name="ReferenceTypeCode"> <xs:annotation> <xs:documentation xml:lang="EN">spezification of the reference type</xs:documentation> <xs:documentation xml:lang="DE">Art der Referenz, kodiert</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="ReferenceTypeCodeContent"> <xs:attribute name="codeListIdentification" type="xs:string"/> <xs:attribute name="agencyID" type="xs:string" default="DAKOSY"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | ![]() |
||
| children | NationalityCode NationalityDescription | ||
| used by |
|
||
| source | <xs:complexType name="RegistrationNationalityType"> <xs:sequence> <xs:element name="NationalityCode" type="RegistrationNationality" minOccurs="0"/> <xs:element name="NationalityDescription" type="CountryDescription" minOccurs="0"/> </xs:sequence> </xs:complexType> |
| diagram | |
| type | RegistrationNationality |
| source | <xs:element name="NationalityCode" type="RegistrationNationality" minOccurs="0"/> |
| diagram | |||||
| type | CountryDescription | ||||
| facets |
|
||||
| source | <xs:element name="NationalityDescription" type="CountryDescription" minOccurs="0"/> |
| diagram | |||||||||||||||||||
| type | extension of RegistrationNumberCodeTypeContent | ||||||||||||||||||
| used by |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:complexType name="RegistrationNumberCodeType"> <xs:simpleContent> <xs:extension base="RegistrationNumberCodeTypeContent"> <xs:attribute name="codeListIdentification" type="xs:string"/> <xs:attribute name="agencyID" type="xs:string" default="DAKOSY"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | ![]() |
| children | Code Number Position |
| source | <xs:complexType name="RegistrationNumberType"> <xs:sequence> <xs:element name="Code" type="RegistrationNumberCodeType"> <xs:annotation> <xs:documentation xml:lang="EN">type of registration number</xs:documentation> <xs:documentation xml:lang="DE">Art der Registriernummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Number" type="RegistrationNumberTypeContent"> <xs:annotation> <xs:documentation xml:lang="EN">registration number</xs:documentation> <xs:documentation xml:lang="DE">Registriernummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Position" type="RegistrationNumberTypePosition" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">Position within registration number</xs:documentation> <xs:documentation xml:lang="DE">Position innerhalb der Registriernummer</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | |||||||||||||||||||
| type | RegistrationNumberCodeType | ||||||||||||||||||
| attributes |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <xs:element name="Code" type="RegistrationNumberCodeType"> <xs:annotation> <xs:documentation xml:lang="EN">type of registration number</xs:documentation> <xs:documentation xml:lang="DE">Art der Registriernummer</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||
| type | RegistrationNumberTypeContent | ||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:element name="Number" type="RegistrationNumberTypeContent"> <xs:annotation> <xs:documentation xml:lang="EN">registration number</xs:documentation> <xs:documentation xml:lang="DE">Registriernummer</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| type | RegistrationNumberTypePosition | ||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:element name="Position" type="RegistrationNumberTypePosition" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">Position within registration number</xs:documentation> <xs:documentation xml:lang="DE">Position innerhalb der Registriernummer</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |
| children | SlotStatusDetails |
| source | <xs:complexType name="SlotStatusDetailsType"> <xs:sequence> <xs:element name="SlotStatusDetails" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="SlotBegin" type="DateTimeType"/> <xs:element name="SlotEnd" type="DateTimeType"/> <xs:element name="SlotAvailability"> <xs:annotation> <xs:documentation xml:lang="EN">0 - free 1 - almost occupied 2 - fully occupied 3 - blocked </xs:documentation> <xs:documentation xml:lang="DE">0 - frei 1 - beinahe belegt 2 - ausgebucht 3 - gesperrt </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> <xs:maxInclusive value="3"/> <xs:totalDigits value="1"/> <xs:fractionDigits value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Prio2Processing" type="xs:boolean"> <xs:annotation> <xs:documentation xml:lang="EN">Indicator if Prio2-processing is effective within the slot-time.</xs:documentation> <xs:documentation xml:lang="DE">Indikator, ob Prio2 zu dieser Zeit abgefertigt wird.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SlotRestrictionRevoked" type="xs:boolean"> <xs:annotation> <xs:documentation xml:lang="EN">Indicator that the time-restriction has been revoked for this Slot</xs:documentation> <xs:documentation xml:lang="DE">Indikator für die Aufhebung der Zeitfensterbindung für diesen Slot</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SpecialSlot" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="SpecialSlotDetails" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="SlotClass" type="Code17Type"/> <xs:element name="SlotAvailability"> <xs:annotation> <xs:documentation xml:lang="EN">0 - free 1 - almost occupied 2 - fully occupied 3 - blocked </xs:documentation> <xs:documentation xml:lang="DE">0 - frei 1 - beinahe belegt 2 - ausgebucht 3 - gesperrt </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> <xs:maxInclusive value="3"/> <xs:totalDigits value="1"/> <xs:fractionDigits value="0"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | ![]() |
| children | SlotBegin SlotEnd SlotAvailability Prio2Processing SlotRestrictionRevoked SpecialSlot |
| source | <xs:element name="SlotStatusDetails" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="SlotBegin" type="DateTimeType"/> <xs:element name="SlotEnd" type="DateTimeType"/> <xs:element name="SlotAvailability"> <xs:annotation> <xs:documentation xml:lang="EN">0 - free 1 - almost occupied 2 - fully occupied 3 - blocked </xs:documentation> <xs:documentation xml:lang="DE">0 - frei 1 - beinahe belegt 2 - ausgebucht 3 - gesperrt </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> <xs:maxInclusive value="3"/> <xs:totalDigits value="1"/> <xs:fractionDigits value="0"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Prio2Processing" type="xs:boolean"> <xs:annotation> <xs:documentation xml:lang="EN">Indicator if Prio2-processing is effective within the slot-time.</xs:documentation> <xs:documentation xml:lang="DE">Indikator, ob Prio2 zu dieser Zeit abgefertigt wird.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SlotRestrictionRevoked" type="xs:boolean"> <xs:annotation> <xs:documentation xml:lang="EN">Indicator that the time-restriction has been revoked for this Slot</xs:documentation> <xs:documentation xml:lang="DE">Indikator für die Aufhebung der Zeitfensterbindung für diesen Slot</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SpecialSlot" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="SpecialSlotDetails" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="SlotClass" type="Code17Type"/> <xs:element name="SlotAvailability"> <xs:annotation> <xs:documentation xml:lang="EN">0 - free 1 - almost occupied 2 - fully occupied 3 - blocked </xs:documentation> <xs:documentation xml:lang="DE">0 - frei 1 - beinahe belegt 2 - ausgebucht 3 - gesperrt </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> <xs:maxInclusive value="3"/> <xs:totalDigits value="1"/> <xs:fractionDigits value="0"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
| type | DateTimeType |
| children | DateTime Format |
| source | <xs:element name="SlotBegin" type="DateTimeType"/> |
| diagram | ![]() |
| type | DateTimeType |
| children | DateTime Format |
| source | <xs:element name="SlotEnd" type="DateTimeType"/> |
| diagram | ![]() |
||||||||
| type | restriction of xs:decimal | ||||||||
| facets |
|
||||||||
| annotation |
|
||||||||
| source | <xs:element name="SlotAvailability"> <xs:annotation> <xs:documentation xml:lang="EN">0 - free 1 - almost occupied 2 - fully occupied 3 - blocked </xs:documentation> <xs:documentation xml:lang="DE">0 - frei 1 - beinahe belegt 2 - ausgebucht 3 - gesperrt </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> <xs:maxInclusive value="3"/> <xs:totalDigits value="1"/> <xs:fractionDigits value="0"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | ![]() |
||||
| type | xs:boolean | ||||
| annotation |
|
||||
| source | <xs:element name="Prio2Processing" type="xs:boolean"> <xs:annotation> <xs:documentation xml:lang="EN">Indicator if Prio2-processing is effective within the slot-time.</xs:documentation> <xs:documentation xml:lang="DE">Indikator, ob Prio2 zu dieser Zeit abgefertigt wird.</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| type | xs:boolean | ||||
| annotation |
|
||||
| source | <xs:element name="SlotRestrictionRevoked" type="xs:boolean"> <xs:annotation> <xs:documentation xml:lang="EN">Indicator that the time-restriction has been revoked for this Slot</xs:documentation> <xs:documentation xml:lang="DE">Indikator für die Aufhebung der Zeitfensterbindung für diesen Slot</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |
| children | SpecialSlotDetails |
| source | <xs:element name="SpecialSlot" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="SpecialSlotDetails" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="SlotClass" type="Code17Type"/> <xs:element name="SlotAvailability"> <xs:annotation> <xs:documentation xml:lang="EN">0 - free 1 - almost occupied 2 - fully occupied 3 - blocked </xs:documentation> <xs:documentation xml:lang="DE">0 - frei 1 - beinahe belegt 2 - ausgebucht 3 - gesperrt </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> <xs:maxInclusive value="3"/> <xs:totalDigits value="1"/> <xs:fractionDigits value="0"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | ![]() |
| children | SlotClass SlotAvailability |
| source | <xs:element name="SpecialSlotDetails" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element name="SlotClass" type="Code17Type"/> <xs:element name="SlotAvailability"> <xs:annotation> <xs:documentation xml:lang="EN">0 - free 1 - almost occupied 2 - fully occupied 3 - blocked </xs:documentation> <xs:documentation xml:lang="DE">0 - frei 1 - beinahe belegt 2 - ausgebucht 3 - gesperrt </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> <xs:maxInclusive value="3"/> <xs:totalDigits value="1"/> <xs:fractionDigits value="0"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |||||||||||||||||||
| type | Code17Type | ||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:element name="SlotClass" type="Code17Type"/> |
| diagram | ![]() |
||||||||
| type | restriction of xs:decimal | ||||||||
| facets |
|
||||||||
| annotation |
|
||||||||
| source | <xs:element name="SlotAvailability"> <xs:annotation> <xs:documentation xml:lang="EN">0 - free 1 - almost occupied 2 - fully occupied 3 - blocked </xs:documentation> <xs:documentation xml:lang="DE">0 - frei 1 - beinahe belegt 2 - ausgebucht 3 - gesperrt </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> <xs:maxInclusive value="3"/> <xs:totalDigits value="1"/> <xs:fractionDigits value="0"/> </xs:restriction> </xs:simpleType> </xs:element> |
| diagram | ![]() |
| children | ParticipantInformation TerminalLocation SlotStatusTime |
| source | <xs:complexType name="SlotStatusHeaderType"> <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 Transportunternehmers</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TerminalLocation" type="TerminalLocationType"> <xs:annotation> <xs:documentation xml:lang="EN">Specifies the location of the terminal and the place of loading (in Bremen, Hamburg or Luebeck)</xs:documentation> <xs:documentation xml:lang="DE">Beteiligtes Terminal / Hafen (z.B. Bremen, Luebeck oder Hamburg)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SlotStatusTime" type="DateTimeType"> <xs:annotation> <xs:documentation xml:lang="EN">Time of the SlotStatusData</xs:documentation> <xs:documentation xml:lang="DE">Zeitpunkt der SlotDetail-Informationen</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| 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 Transportunternehmers</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 the location of the terminal and the place of loading (in Bremen, Hamburg or Luebeck)</xs:documentation> <xs:documentation xml:lang="DE">Beteiligtes Terminal / Hafen (z.B. Bremen, Luebeck oder Hamburg)</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| type | DateTimeType | ||||
| children | DateTime Format | ||||
| annotation |
|
||||
| source | <xs:element name="SlotStatusTime" type="DateTimeType"> <xs:annotation> <xs:documentation xml:lang="EN">Time of the SlotStatusData</xs:documentation> <xs:documentation xml:lang="DE">Zeitpunkt der SlotDetail-Informationen</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| children | LocationIdentification LocationName LocationType PlaceOfLoading | ||||
| used by |
|
||||
| source | <xs:complexType name="SubordinateLocation"> <xs:sequence> <xs:element name="LocationIdentification" type="LocationIdentificationTypeContent" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">UNLoCode</xs:documentation> <xs:documentation xml:lang="DE">UNLoCode</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LocationName" type="NameType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">name of the location</xs:documentation> <xs:documentation xml:lang="DE">Name</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LocationType" type="LocationTypeCode" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">type of the location</xs:documentation> <xs:documentation xml:lang="DE">Typ des Orts</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PlaceOfLoading" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">place of loading</xs:documentation> <xs:documentation xml:lang="DE">Ladestelle</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Code" type="Code4Type"/> <xs:element name="Name" minOccurs="0"> <xs:complexType> <xs:simpleContent> <xs:restriction base="NameType"> <xs:minLength value="1"/> <xs:maxLength value="35"/> <xs:attribute name="languageLocale" type="xs:string"/> </xs:restriction> </xs:simpleContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | |||||
| type | LocationIdentificationTypeContent | ||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:element name="LocationIdentification" type="LocationIdentificationTypeContent" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">UNLoCode</xs:documentation> <xs:documentation xml:lang="DE">UNLoCode</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||||||||||
| type | NameType | ||||||||||||
| attributes |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:element name="LocationName" type="NameType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">name of the location</xs:documentation> <xs:documentation xml:lang="DE">Name</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||||||||||||||||
| type | LocationTypeCode | ||||||||||||||||||
| attributes |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <xs:element name="LocationType" type="LocationTypeCode" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">type of the location</xs:documentation> <xs:documentation xml:lang="DE">Typ des Orts</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| children | Code Name | ||||
| annotation |
|
||||
| source | <xs:element name="PlaceOfLoading" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">place of loading</xs:documentation> <xs:documentation xml:lang="DE">Ladestelle</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Code" type="Code4Type"/> <xs:element name="Name" minOccurs="0"> <xs:complexType> <xs:simpleContent> <xs:restriction base="NameType"> <xs:minLength value="1"/> <xs:maxLength value="35"/> <xs:attribute name="languageLocale" type="xs:string"/> </xs:restriction> </xs:simpleContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
| diagram | |||||||||||||||||||
| type | Code4Type | ||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:element name="Code" type="Code4Type"/> |
| diagram | |||||||||||||
| type | restriction of NameType | ||||||||||||
| facets |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="Name" minOccurs="0"> <xs:complexType> <xs:simpleContent> <xs:restriction base="NameType"> <xs:minLength value="1"/> <xs:maxLength value="35"/> <xs:attribute name="languageLocale" type="xs:string"/> </xs:restriction> </xs:simpleContent> </xs:complexType> </xs:element> |
| diagram | |||||||||||||
| type | extension of TemperatureMeasureTypeContent | ||||||||||||
| facets |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:complexType name="TemperatureMeasureType"> <xs:simpleContent> <xs:extension base="TemperatureMeasureTypeContent"> <xs:attribute name="unitCode" type="xs:string" use="required"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | ![]() |
||
| type | extension of SubordinateLocation | ||
| children | LocationIdentification LocationName LocationType PlaceOfLoading | ||
| used by |
|
||
| source | <xs:complexType name="TerminalLocationType"> <xs:complexContent> <xs:extension base="SubordinateLocation"/> </xs:complexContent> </xs:complexType> |
| diagram | |||||||||||||
| type | extension of Text255TypeContent | ||||||||||||
| facets |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:complexType name="Text255Type"> <xs:simpleContent> <xs:extension base="Text255TypeContent"> <xs:attribute name="languageLocale" default="DE"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | |||||||||||||
| type | extension of xs:string | ||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:complexType name="TextType"> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="languageLocale" type="xs:string" use="optional" default="DE"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | |||||||||||||||||||
| type | extension of Code4Type | ||||||||||||||||||
| used by |
|
||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <xs:complexType name="TransportCompanyCodeType"> <xs:annotation> <xs:documentation xml:lang="EN">transportcompany code</xs:documentation> <xs:documentation xml:lang="DE">Code des Transportunternehmers</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="Code4Type"/> </xs:simpleContent> </xs:complexType> |
| diagram | ![]() |
||
| children | CompanyCode Companytype CompanyName | ||
| used by |
|
||
| source | <xs:complexType name="TransportCompanyType"> <xs:sequence> <xs:element name="CompanyCode" type="TransportCompanyCodeType"/> <xs:element name="Companytype" type="TransportCompanyTypeType" minOccurs="0"/> <xs:element name="CompanyName" type="TransportCompanyNameType" minOccurs="0"/> </xs:sequence> </xs:complexType> |
| diagram | |||||||||||||||||||
| type | TransportCompanyCodeType | ||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:element name="CompanyCode" type="TransportCompanyCodeType"/> |
| diagram | |||||||||||||||||||
| type | TransportCompanyTypeType | ||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:element name="Companytype" type="TransportCompanyTypeType" minOccurs="0"/> |
| diagram | |||||
| type | TransportCompanyNameType | ||||
| facets |
|
||||
| source | <xs:element name="CompanyName" type="TransportCompanyNameType" minOccurs="0"/> |
| diagram | |||||||||||||||||||
| type | extension of Code17Type | ||||||||||||||||||
| used by |
|
||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <xs:complexType name="TransportCompanyTypeType"> <xs:annotation> <xs:documentation xml:lang="EN">transportcompany type</xs:documentation> <xs:documentation xml:lang="DE">Art des Transportunternehmers (z.B. Transportunternehmer / Subunternehmer)</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="Code17Type"/> </xs:simpleContent> </xs:complexType> |
| diagram | ![]() |
| children | TransportMeansTypeCode TransportMeansIdentification AdditionalTransportMeansID TransportMeansName RegistrationNationalityCode TransportMeansOwner IMO |
| source | <xs:complexType name="TransportMeans"> <xs:sequence> <xs:element name="TransportMeansTypeCode" type="TransportMeansTypeCode" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">coded means of transport</xs:documentation> <xs:documentation xml:lang="DE">Art des Transportmittels</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TransportMeansIdentification" type="TransportMeansIdentificationType"> <xs:annotation> <xs:documentation xml:lang="EN">number identifying the ship</xs:documentation> <xs:documentation xml:lang="DE">Schiffsnummer</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AdditionalTransportMeansID" type="AdditionalTransportMeansID" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">call sign of the ship</xs:documentation> <xs:documentation xml:lang="DE">Call-Sign</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TransportMeansName" type="TransportMeansName" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">name of the ship</xs:documentation> <xs:documentation xml:lang="DE">Schiffsname</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RegistrationNationalityCode" type="RegistrationNationalityType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">registered nationality of the ship</xs:documentation> <xs:documentation>Nationalität des Schiffs</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TransportMeansOwner" type="OwnerParty" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">owner of the ship</xs:documentation> <xs:documentation xml:lang="DE">Eigentümer des Schiffs</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IMO" type="Reference12Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">IMO-number of the ship</xs:documentation> <xs:documentation xml:lang="DE">IMO-Nummer des Schiffs</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |
| diagram | |||||||||||||||||||
| type | TransportMeansTypeCode | ||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <xs:element name="TransportMeansTypeCode" type="TransportMeansTypeCode" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">coded means of transport</xs:documentation> <xs:documentation xml:lang="DE">Art des Transportmittels</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||
| type | TransportMeansIdentificationType | ||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:element name="TransportMeansIdentification" type="TransportMeansIdentificationType"> <xs:annotation> <xs:documentation xml:lang="EN">number identifying the ship</xs:documentation> <xs:documentation xml:lang="DE">Schiffsnummer</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||||||||||||||||
| type | AdditionalTransportMeansID | ||||||||||||||||||
| attributes |
|
||||||||||||||||||
| annotation |
|
||||||||||||||||||
| source | <xs:element name="AdditionalTransportMeansID" type="AdditionalTransportMeansID" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">call sign of the ship</xs:documentation> <xs:documentation xml:lang="DE">Call-Sign</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||
| type | TransportMeansName | ||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:element name="TransportMeansName" type="TransportMeansName" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">name of the ship</xs:documentation> <xs:documentation xml:lang="DE">Schiffsname</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| type | RegistrationNationalityType | ||||
| children | NationalityCode NationalityDescription | ||||
| annotation |
|
||||
| source | <xs:element name="RegistrationNationalityCode" type="RegistrationNationalityType" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">registered nationality of the ship</xs:documentation> <xs:documentation>Nationalität des Schiffs</xs:documentation> </xs:annotation> </xs:element> |
| diagram | ![]() |
||||
| type | OwnerParty | ||||
| children | PartyIdentification Name Description InformationContact | ||||
| annotation |
|
||||
| source | <xs:element name="TransportMeansOwner" type="OwnerParty" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">owner of the ship</xs:documentation> <xs:documentation xml:lang="DE">Eigentümer des Schiffs</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||
| type | Reference12Type | ||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:element name="IMO" type="Reference12Type" minOccurs="0"> <xs:annotation> <xs:documentation xml:lang="EN">IMO-number of the ship</xs:documentation> <xs:documentation xml:lang="DE">IMO-Nummer des Schiffs</xs:documentation> </xs:annotation> </xs:element> |
| diagram | |||||||||||||||||||
| type | extension of TransportMeansTypeCodeContent | ||||||||||||||||||
| used by |
|
||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:complexType name="TransportMeansTypeCode"> <xs:simpleContent> <xs:extension base="TransportMeansTypeCodeContent"> <xs:attribute name="codeListIdentification" type="xs:string"/> <xs:attribute name="agencyID" type="xs:string" default="DAKOSY"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | |||||||||||||||||||
| type | extension of TransportModeCodeContent | ||||||||||||||||||
| facets |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:complexType name="TransportModeCode"> <xs:simpleContent> <xs:extension base="TransportModeCodeContent"> <xs:attribute name="codeListIdentification" type="xs:string"/> <xs:attribute name="agencyID" type="xs:string" default="DAKOSY"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | |||||||||||||
| type | extension of WeightMeasureTypeContent | ||||||||||||
| facets |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:complexType name="WeightMeasureType"> <xs:simpleContent> <xs:extension base="WeightMeasureTypeContent"> <xs:attribute name="unitCode" type="xs:string" use="required"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| type | restriction of xs:string | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="Code17TypeContent"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="17"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="Code2TypeContent"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="2"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="Code3TypeContent"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="Code4TypeContent"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="Code6TypeContent"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="6"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| facets |
|
||||
| source | <xs:simpleType name="CommentTypeContent"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="30"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| facets |
|
||||
| source | <xs:simpleType name="ConsigneeReferenceType"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="35"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||
| used by |
|
||
| facets |
|
||
| source | <xs:simpleType name="ContainerHeightTypeContent"> <xs:restriction base="xs:string"> <xs:length value="2"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||
| used by |
|
||
| facets |
|
||
| source | <xs:simpleType name="ContainerLengthTypeContent"> <xs:restriction base="xs:string"> <xs:length value="2"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| facets |
|
||||
| source | <xs:simpleType name="ContainerNumberType"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="12"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||
| used by |
|
||
| facets |
|
||
| source | <xs:simpleType name="ContainerTypeTypeContent"> <xs:restriction base="xs:string"> <xs:length value="2"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="CountryDescription"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="70"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:integer | ||
| used by |
|
||
| facets |
|
||
| source | <xs:simpleType name="CountType"> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:simpleType name="DeletionTypeType"> <xs:annotation> <xs:documentation xml:lang="EN">Coordination = Deletion of the TransportCoordination Load = Deletion of a single load</xs:documentation> <xs:documentation xml:lang="DE">Coordination = Storno TransportCoordination Load = Storno einzelne Ladeeinheit</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Coordination"/> <xs:enumeration value="Load"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="ErrorCode"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="8"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| facets |
|
||||
| source | <xs:simpleType name="GReferenceTypeContent"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="35"/> </xs:restriction> </xs:simpleType> |
| type | xs:boolean | ||||
| used by |
|
||||
| annotation |
|
||||
| source | <xs:simpleType name="IndicatorType"> <xs:annotation> <xs:documentation xml:lang="EN">boolean indicator</xs:documentation> <xs:documentation xml:lang="DE">Boolescher Indikator</xs:documentation> </xs:annotation> <xs:restriction base="xs:boolean"/> </xs:simpleType> |
| type | IndicatorType | ||
| used by |
|
||
| source | <xs:simpleType name="InspectionTypeContent"> <xs:restriction base="IndicatorType"/> </xs:simpleType> |
| type | restriction of xs:string | ||||
| facets |
|
||||
| source | <xs:simpleType name="IReferenceTypeContent"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="35"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||
| facets |
|
||
| source | <xs:simpleType name="ISOCodeType"> <xs:restriction base="xs:string"> <xs:length value="4"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:integer | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="LinearMeasureTypeContent"> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="999"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:simpleType name="LoadingIndicatorType"> <xs:annotation> <xs:documentation xml:lang="EN">E = empty F = full</xs:documentation> <xs:documentation xml:lang="DE">E = leer F = voll</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:length value="1"/> <xs:enumeration value="E"/> <xs:enumeration value="F"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||
| used by |
|
||
| facets |
|
||
| source | <xs:simpleType name="LocationIdentificationTypeContent"> <xs:restriction base="xs:string"> <xs:length value="5"/> </xs:restriction> </xs:simpleType> |
| type | xs:string | ||
| used by |
|
||
| source | <xs:simpleType name="LocationTypeContent"> <xs:restriction base="xs:string"/> </xs:simpleType> |
| type | restriction of xs:string | ||
| used by |
|
||
| facets |
|
||
| source | <xs:simpleType name="Name2"> <xs:restriction base="xs:string"> <xs:maxLength value="70"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| facets |
|
||||
| source | <xs:simpleType name="QuayAccountNumberTypeContent"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="7"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| facets |
|
||||
| source | <xs:simpleType name="Reference07Type"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="7"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="Reference12Type"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="12"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| facets |
|
||||
| source | <xs:simpleType name="Reference15Type"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="15"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| facets |
|
||||
| source | <xs:simpleType name="Reference22Type"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="22"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| facets |
|
||||
| source | <xs:simpleType name="Reference35Type"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="35"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||||
| used by |
|
||||||
| facets |
|
||||||
| source | <xs:simpleType name="ReferenceIDType"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="35"/> <xs:pattern value="[a-zA-Z0-9_/\.-]+"/> </xs:restriction> </xs:simpleType> |
| type | xs:string | ||
| used by |
|
||
| source | <xs:simpleType name="ReferenceTypeCodeContent"> <xs:restriction base="xs:string"/> </xs:simpleType> |
| type | xs:string | ||
| used by |
|
||
| source | <xs:simpleType name="RegistrationNationality"> <xs:restriction base="xs:string"/> </xs:simpleType> |
| type | xs:string | ||
| used by |
|
||
| source | <xs:simpleType name="RegistrationNumberCodeTypeContent"> <xs:restriction base="xs:string"/> </xs:simpleType> |
| type | restriction of xs:string | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="RegistrationNumberTypeContent"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="35"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:integer | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="RegistrationNumberTypePosition"> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="99999"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| facets |
|
||||
| source | <xs:simpleType name="ResponseType"> <xs:restriction base="xs:string"> <xs:enumeration value="functional"/> <xs:enumeration value="technical"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| facets |
|
||||
| source | <xs:simpleType name="SealNumberType"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="10"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xs:simpleType name="SignificanceType"> <xs:annotation> <xs:documentation xml:lang="DE">Bedeutung der Meldung</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="statusRequest"/> <xs:enumeration value="slotBooking"/> <xs:enumeration value="transportBooking"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:integer | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="TemperatureMeasureTypeContent"> <xs:restriction base="xs:integer"> <xs:minInclusive value="-999"/> <xs:maxInclusive value="999"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="Text255TypeContent"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||
| facets |
|
||
| source | <xs:simpleType name="TpStatus"> <xs:restriction base="xs:string"> <xs:length value="3"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| used by |
|
||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:simpleType name="TransportCompanyNameType"> <xs:annotation> <xs:documentation xml:lang="EN">transportcompany name</xs:documentation> <xs:documentation xml:lang="DE">Name des Transportunternehmers</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="20"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="TransportMeansIdentificationType"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="9"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="TransportMeansName"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="35"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="TransportMeansTypeCodeContent"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="8"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="TransportModeCodeContent"> <xs:restriction base="xs:string"> <xs:maxLength value="7"/> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:string | ||||
| facets |
|
||||
| source | <xs:simpleType name="VoyageNumberType"> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="8"/> </xs:restriction> </xs:simpleType> |
| type | restriction of xs:integer | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xs:simpleType name="WeightMeasureTypeContent"> <xs:restriction base="xs:integer"> <xs:minInclusive value="1"/> <xs:maxInclusive value="9999999"/> </xs:restriction> </xs:simpleType> |