3.1.3.3.4 ST_NcName255 (Non-colonized Name)

This simple type specifies that its content shall contain a namespace name. The contents of this name are interpreted based on the context of the parent element.

This simple type's contents are a restriction of the XML Schema NCName datatype.

This simple type also specifies the following restrictions:

  • This simple type's contents have a maximum length of 255 characters.

    Referenced By

    customXml@element3.1.3.1.1, customXml)

The following XML Schema fragment defines the contents of this simple type:

 <simpleType name="ST_NcName255">
   <restriction base="xsd:NCName">
     <maxLength value="255"/>
   </restriction>
 </simpleType>