StockRoleCodeType

Simple Type Information

Used By

Attribute StockType/@Role

Source

<xs:simpleType name="StockRoleCodeType">
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="Current"/>
    <xs:enumeration value="Decrement"/>
    <xs:enumeration value="Increment"/>
  </xs:restriction>
</xs:simpleType>