CaBefallStanze_Typ

CaBefallStanze_Typ (oBDS_v3.0.0 Build 2022-02-28_1)
	<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>
Beispieldatensatz (oBDS_v3.0.0 Build 2021-12-22_1)
<CaBefallStanze>
	<Prozentzahl>80</Prozentzahl>
</CaBefallStanze>