<xs:complexType name="BordercrossingDate" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de"> Datum des Grezübergangs</xs:documentation>
<xs:documentation xml:lang="en"> Date of Border Crossing </xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="EDIDate" />
</xs:simpleContent>
</xs:complexType>
|