Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleZulaessiger_Datumsbereich_Typ (oBDS_v3.0.0 Build 2022-01-28_1)
linenumberstrue
collapsetrue
	<xs:simpleType name="Zulaessiger_Datumsbereich_Typ">
		<xs:restriction base="xs:date">
			<xs:minInclusive value="1890-01-01"/>
			<xs:maxInclusive value="2025-12-31"/>
		</xs:restriction>
	</xs:simpleType>