<xs:complexTypesimpleType name="Abstand_Ereignisse_Typ">
<xs:annotation>
<xs:documentation>Abstand in Tagen oder N oder U. N ist zu verwenden, wenn Ereignis noch nicht abgeschlossen.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension restriction base="xs:nonNegativeInteger">
<xs:attribute name="JNU" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="J">
<xs:annotation>
<xs:documentation>Ja, Wert ist gültig</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>Nein, kein Wert anwendbar</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="U">
<xs:annotation>
<xs:documentation>Unbekannt</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType> |