complexType AppellateDecisionType
diagram
version V4_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Common
children com:DecisionIdentifier com:AppellateBodyName com:AppellateBodyCategory com:AppealRequestDate com:DecisionDate com:DecisionText com:DecisionCitationText
used by
element com:AppellateDecision
attributes
Name Type Use Default Fixed annotation
com:id xsd:ID
source <xsd:complexType name="AppellateDecisionType">
<xsd:sequence>
<xsd:element ref="com:DecisionIdentifier" minOccurs="0">
</xsd:element> <xsd:element ref="com:AppellateBodyName">
</xsd:element> <xsd:element ref="com:AppellateBodyCategory">
</xsd:element> <xsd:element ref="com:AppealRequestDate">
</xsd:element> <xsd:element ref="com:DecisionDate">
</xsd:element> <xsd:element ref="com:DecisionText">
</xsd:element> <xsd:element ref="com:DecisionCitationText" minOccurs="0">
</xsd:element>
</xsd:sequence> <xsd:attribute ref="com:id">
</xsd:attribute>
</xsd:complexType>