<xs:complexType name="Datum_Monat_oder_Jahr_oder_Vollschaetzung_Typ">
<xs:simpleContent>
<xs:extension base="Zulaessiger_Datumsbereich_Typ">
<xs:attribute name="Datumsgenauigkeit" use="required">
<xs:annotation>
<xs:documentation>T - Tag geschätzt (entspricht monatsgenau)
M - Monat geschätzt (entspricht jahrgenau)
V - vollständig geschätzt</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:annotation>
<xs:documentation>siehe Dokumentation zu Datum_Tag_oder_Monat_oder_Jahr_oder_nicht_genau_Typ</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="T">
<xs:annotation>
<xs:documentation>Tag geschätzt (entspricht monatsgenau)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>Monat geschätzt (entspricht jahrgenau)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="V">
<xs:annotation>
<xs:documentation>vollständig geschätzt (genaue Angabe zum Jahr nicht möglich)</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType> |