2.1.4.5 InstanceCount

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

Referenced by: Entity

The estimated number of EntityInstances of an Entity.

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

 <xs:simpleType name="InstanceCount">
   <xs:restriction base="xs:integer">
     <xs:minInclusive value="0"/>
   </xs:restriction>
 </xs:simpleType>

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