Page tree
Skip to end of metadata
Go to start of metadata
Strahlendosis_Typ (oBDS_v3.0.0 Build 2022-02-28_1)
<xs:complexType name="Aktivitaets_Typ">
	<xs:sequence>
		<xs:element name="Dosis">
			<xs:simpleType>
				<xs:restriction base="xs:decimal">
					<xs:minExclusive value="0.0"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:element>
		<xs:element name="Einheit">
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:enumeration value="GBq">
						<xs:annotation>
							<xs:documentation>Dosis in Gigabecquerel</xs:documentation>
						</xs:annotation>
					</xs:enumeration>

					<xs:enumeration value="MBq">
						<xs:annotation>
							<xs:documentation>Dosis in Megabecquerel</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
					<xs:enumeration value="kBq">
						<xs:annotation>
							<xs:documentation>Dosis in Kilobecquerel</xs:documentation>
						</xs:annotation>
					</xs:enumeration>
				</xs:restriction>
			</xs:simpleType>
		</xs:element>
	</xs:sequence>
</xs:complexType>
Beispieldatensatz (oBDS_v3.0.0 Build 2022-02-28_1)
<Dosis>10</Dosis>
<Einheit>GBq</Einheit>

  • No labels