complexType DLType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
children com:DT com:DD
used by
element com:DL
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
source <xsd:complexType name="DLType">
<xsd:annotation>
<xsd:documentation>
Definition List: term, description pairs.
</xsd:documentation>
</xsd:annotation>
<xsd:choice maxOccurs="unbounded">
<xsd:element ref="com:DT">
</xsd:element>
<xsd:element ref="com:DD">
</xsd:element>
</xsd:choice>
<xsd:attribute ref="com:id"/>
</xsd:complexType>