Class XSNormalizedStringBinding

  • All Implemented Interfaces:
    Binding, SimpleBinding

    public class XSNormalizedStringBinding
    extends AbstractSimpleBinding
    Binding object for the type http://www.w3.org/2001/XMLSchema:normalizedString.

             
      <xs:simpleType name="normalizedString" id="normalizedString">
          <xs:annotation>
              <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#normalizedString"/>
          </xs:annotation>
          <xs:restriction base="xs:string">
              <xs:whiteSpace value="replace" id="normalizedString.whiteSpace"/>
          </xs:restriction>
      </xs:simpleType>
    
              
             
    • Constructor Detail

      • XSNormalizedStringBinding

        public XSNormalizedStringBinding()