| version |
V2_0 |
| namespace |
https://www.wipo.int/standards/XMLSchema/ST96/Patent |
| type |
restriction of com:DocumentFormatCategoryType |
| properties |
| base |
|
com:DocumentFormatCategoryType |
|
|
| used by |
|
| facets |
| Kind |
|
Value |
|
annotation |
| enumeration |
|
MS Word |
|
MS Word |
| enumeration |
|
XML |
|
XML |
| enumeration |
|
Text |
|
Text |
| enumeration |
|
EPS |
|
EPS |
| enumeration |
|
PDF |
|
PDF |
| enumeration |
|
HTML |
|
HTML |
|
| source |
<xsd:simpleType name="PageDocumentFormatCategoryType"> <xsd:restriction base="com:DocumentFormatCategoryType">
|
<xsd:enumeration value="MS Word"> <xsd:annotation>
|
<xsd:documentation> MS Word </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
|
<xsd:enumeration value="XML"> <xsd:annotation>
|
<xsd:documentation> XML </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
|
<xsd:enumeration value="Text"> <xsd:annotation>
|
<xsd:documentation> Text </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
|
<xsd:enumeration value="EPS"> <xsd:annotation>
|
<xsd:documentation> EPS </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
|
<xsd:enumeration value="PDF"> <xsd:annotation>
|
<xsd:documentation> PDF </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
|
<xsd:enumeration value="HTML"> <xsd:annotation>
|
<xsd:documentation> HTML </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
</xsd:restriction> </xsd:simpleType> |