XML Schema Documentation

Simple Type: Scheme

[Table of contents]

Super-types: xsd:normalizedString < Scheme (by restriction)
Sub-types:
Name Scheme
Content
  • Base XSD Type: normalizedString
  • length <= 255
Documentation The base class for all types which define coding schemes.
Diagram
Schema Component Representation
<xsd:simpleType name="Scheme">
<xsd:restriction base=" xsd:normalizedString ">
<xsd:maxLength value="255"/>
</xsd:restriction>
</xsd:simpleType>