complexType  PartyBagType  
diagram
version V8_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Design
children   dgn:ApplicantBag dgn:HolderBag com:Representative com:CorrespondenceAddress com:FactDecisionText 
used by
element     dgn:NewPartyBag dgn:PreviousPartyBag 
attributes
Name   Type   Use   Default   Fixed   annotation
com:id    xsd:ID                
source <xsd:complexType  name="PartyBagType">
<xsd:choice  maxOccurs="unbounded">
<xsd:element  ref="dgn:ApplicantBag">
</xsd:element> <xsd:element  ref="dgn:HolderBag">
</xsd:element> <xsd:element  ref="com:Representative">
</xsd:element> <xsd:element  ref="com:CorrespondenceAddress">
</xsd:element> <xsd:element  ref="com:FactDecisionText">
</xsd:element>
</xsd:choice> <xsd:attribute  ref="com:id">
</xsd:attribute>
</xsd:complexType>