complexType CaptionTextType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Common/1
type extension of xsd:string
used by
element com:CaptionText
attributes
Name Type Use Default Fixed annotation
captionPositionCategory com:CaptionPositionCategoryType
source <xsd:complexType name="CaptionTextType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute ref="com:captionPositionCategory"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>