referennces können auch links und sonstigen Text enthalten

This commit is contained in:
Simon Martens
2024-07-17 15:10:57 +02:00
parent 513332b837
commit e1e4781cc7

View File

@@ -14,8 +14,8 @@
<xsd:annotation> <xsd:annotation>
<xsd:documentation>Referenziert ein anderes Element.</xsd:documentation> <xsd:documentation>Referenziert ein anderes Element.</xsd:documentation>
</xsd:annotation> </xsd:annotation>
<xsd:simpleContent> <xsd:complexContent>
<xsd:extension base="xsd:string"> <xsd:extension base="kgpz:text">
<xsd:attribute name="ref" use="required" type="kgpz:NonEmptyString"> <xsd:attribute name="ref" use="required" type="kgpz:NonEmptyString">
<xsd:annotation> <xsd:annotation>
<xsd:documentation>Pflicht: Die ID des referenzierten Elements.</xsd:documentation> <xsd:documentation>Pflicht: Die ID des referenzierten Elements.</xsd:documentation>
@@ -28,7 +28,7 @@
</xsd:annotation> </xsd:annotation>
</xsd:attribute> </xsd:attribute>
</xsd:extension> </xsd:extension>
</xsd:simpleContent> </xsd:complexContent>
</xsd:complexType> </xsd:complexType>
<xsd:complexType name="stueckref"> <xsd:complexType name="stueckref">
@@ -350,4 +350,4 @@
</xsd:simpleType> </xsd:simpleType>
</xsd:attribute> </xsd:attribute>
</xsd:attributeGroup> </xsd:attributeGroup>
</xsd:schema> </xsd:schema>