complexType DesignerType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Design/1
children com:NationalityCode com:CommentText dgn:DesignerIdentifier com:Contact
used by
element dgn:Designer
attributes
Name Type Use Default Fixed annotation
operationCategory com:OperationCategoryType
sequenceNumber xsd:string
source <xsd:complexType name="DesignerType">
<xsd:sequence>
<xsd:element ref="com:NationalityCode" minOccurs="0">
</xsd:element>
<xsd:element ref="com:CommentText" minOccurs="0">
</xsd:element>
<xsd:choice maxOccurs="unbounded">
<xsd:element ref="dgn:DesignerIdentifier"/>
<xsd:element ref="com:Contact"/>
</xsd:choice>
</xsd:sequence>
<xsd:attribute ref="com:operationCategory"/>
<xsd:attribute ref="com:sequenceNumber"/>
</xsd:complexType>