simpleType  CaptionPositionCategoryType 
versionV3_0
namespacehttp://www.wipo.int/standards/XMLSchema/ST96/Common
typerestriction of xsd:token
used by
attribute com:captionPositionCategory
source<xsd:simpleType  name="CaptionPositionCategoryType">
<xsd:restriction  base="xsd:token">
<xsd:enumeration  value="Above">
<xsd:annotation>
<xsd:documentation>
The caption is located above the image
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration> <xsd:enumeration  value="Below">
<xsd:annotation>
<xsd:documentation>
The caption is located under the image
</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>