Cert bei date

This commit is contained in:
Simon Martens
2025-03-26 15:20:06 +01:00
parent 008d18aa9b
commit ca95281731

View File

@@ -143,6 +143,18 @@
<xsd:complexContent>
<xsd:extension base="lenz:text">
<xsd:attributeGroup ref="lenz:dateattributes" />
<xsd:attribute name="cert" use="optional" default="high">
<xsd:annotation>
<xsd:documentation>Optional: Wie sicher ist die Referenz? Erlaubt: high | low</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="high" />
<xsd:enumeration value="low" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>