2.1.4.9 NameString

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

Referenced by: Model, Property, LobSystem, LobSystemInstance, MetadataObject, Entity, Identifier, Method, FilterDescriptor, Parameter, TypeDescriptor, DefaultValue, Association, SourceEntity, DestinationEntity, MethodInstance, IndividuallySecurableMetadataObject, AssociationGroup, AssociationReference, Action, ActionParameter

A simple type used to specify MetadataObject names.

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

 <xs:simpleType name="NameString">
   <xs:restriction base="xs:string">
     <xs:minLength value="1"/>
     <xs:maxLength value="255"/>
   </xs:restriction>
 </xs:simpleType>

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