complexType ThirdPartyBagType
diagram
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/GeographicalIndication
children com:Contact gin:ThirdPartyGrantedPeriodStartDate gin:ThirdPartyGrantedPeriodEndDate
used by
element gin:ThirdPartyBag
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
source <xsd:complexType name="ThirdPartyBagType">
<xsd:sequence>
<xsd:element ref="com:Contact" maxOccurs="unbounded">
</xsd:element> <xsd:element ref="gin:ThirdPartyGrantedPeriodStartDate">
</xsd:element> <xsd:element ref="gin:ThirdPartyGrantedPeriodEndDate" minOccurs="0">
</xsd:element>
</xsd:sequence> <xsd:attribute ref="com:id">
</xsd:attribute>
</xsd:complexType>