PointOfOriginTypeCV

Simple Type Information

Used By

Source

<xs:simpleType name="PointOfOriginTypeCV">
  <xs:restriction base="ShortTokenType">
    <xs:enumeration value="TopLeft"/>
    <xs:enumeration value="TopRight"/>
    <xs:enumeration value="Center"/>
    <xs:enumeration value="BottomLeft"/>
    <xs:enumeration value="BottomRight"/>
  </xs:restriction>
</xs:simpleType>