mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-briefe.git
synced 2025-10-28 16:45:31 +00:00
Cert bei date
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user