2.2.4.2 NameString

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

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

A simple type used to restrict the length of 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.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).