The simpleType related to the (future) enumerated list for the Business Document list associated with the Status Visibility element. This simpleType is used in exposing visibility to documents from more deeply nested BTA. Thoses values are to be available as the expression language listed. Note: This simpleType was added in v2.0. |
<xsd:simpleType name="BusinessDocumentValueList"> <xsd:annotation> <xsd:documentation>The simpleType related to the (future) enumerated list for the Business Document list associated with the Status Visibility element. This simpleType is used in exposing visibility to documents from more deeply nested BTA. Thoses values are to be available as the expression language listed. Note: This simpleType was added in v2.0.</xsd:documentation> </xsd:annotation> <xsd:list itemType="xsd:NMTOKEN"/> </xsd:simpleType> |