| version |
V2_0 |
| namespace |
https://www.wipo.int/standards/XMLSchema/ST96/Common |
| type |
restriction of xsd:token |
| properties |
|
| used by |
|
| facets |
| Kind |
|
Value |
|
annotation |
| enumeration |
|
Done |
|
Done |
| enumeration |
|
Attached |
|
Attached |
| enumeration |
|
To follow |
|
To follow |
| enumeration |
|
Bank transfer to follow |
|
Bank transfer to follow |
| enumeration |
|
Undefined |
|
Undefined |
|
| source |
<xsd:simpleType name="PaymentStatusCategoryType"> <xsd:restriction base="xsd:token">
|
<xsd:enumeration value="Done"> <xsd:annotation>
|
<xsd:documentation> Done </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
|
<xsd:enumeration value="Attached"> <xsd:annotation>
|
<xsd:documentation> Attached </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
|
<xsd:enumeration value="To follow"> <xsd:annotation>
|
<xsd:documentation> To follow </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
|
<xsd:enumeration value="Bank transfer to follow"> <xsd:annotation>
|
<xsd:documentation> Bank transfer to follow </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
|
<xsd:enumeration value="Undefined"> <xsd:annotation>
|
<xsd:documentation> Undefined </xsd:documentation> |
</xsd:annotation> </xsd:enumeration> |
</xsd:restriction> </xsd:simpleType> |