complexType  PartyBagType  
diagram
version V8_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Trademark
children   tmk:ApplicantBag tmk:AssignorBag tmk:AssigneeBag tmk:HolderBag com:Representative com:CorrespondenceAddress com:FactDecisionText 
used by
element     tmk:NewPartyBag tmk:PartyBag tmk:PreviousPartyBag 
attributes
Name   Type   Use   Default   Fixed   annotation
com:id    xsd:ID                
source <xsd:complexType  name="PartyBagType">
<xsd:choice  maxOccurs="unbounded">
<xsd:element  ref="tmk:ApplicantBag">
</xsd:element> <xsd:element  ref="tmk:AssignorBag">
</xsd:element> <xsd:element  ref="tmk:AssigneeBag">
</xsd:element> <xsd:element  ref="tmk: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>