...
Codeblock | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
<xs:complexType name="CaBefallStanze_Typ"> <xs:annotation> <xs:documentation>Semiquantitative Abschätzung des Prozentsatzes der Gesamtkarzinomfläche/Gesamtstanzzylinderfläche der am schwersten befallenen Stanze</xs:documentation> </xs:annotation> <xs:choice> <xs:element name="Prozentzahl"> <xs:annotation> <xs:documentation>natürliche Zahl (1-100) in %</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:positiveInteger"> <xs:maxInclusive value="100"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="U"> <xs:annotation> <xs:documentation>Unbekannt</xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="U"> <xs:annotation> <xs:documentation>Unbekannt</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:element> </xs:choice> </xs:complexType> |
...