Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Codeblock
languagexml
firstline16171623
titleCaBefallStanze_Typ (oBDS_v3.0.0 Build 2022-0102-28_1)
linenumberstrue
collapsetrue
	<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>

...