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