2.1.4.1 ActionPosition

Target namespace: http://schemas.microsoft.com/windows/2007/BusinessDataCatalog

Referenced by: Action

The value of ActionPosition specifies the position of this Action among the other Actions of this Entity. The order of the Actions represented in the user interface is implementation-specific.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xs:simpleType name="ActionPosition">
   <xs:restriction base="xs:integer">
     <xs:minInclusive value="1"/>
   </xs:restriction>
 </xs:simpleType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).