simpleType CaptionPositionCategoryType
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type restriction 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>