Help for this page

Select Code to Download


  1. or download this
    #----------------------------------------------------------
    #  Validate against XML schema.
    ...
    else {
        print "XML Schema validation succeeded.\n";
    }
    
  2. or download this
    <xs:element name="application_host_ip">
                    <xs:annotation>
    ...
                        </xs:restriction>
                    </xs:simpleType>
                </xs:element>
    
  3. or download this
    Looks like schema validation has failed 
    Element 'application_host_ip' [ST local, facet 'pattern']: The value '
    +123.123.24.56' is not accepted by the pattern '(\d{1,3}\.){3}\d{1,3}'
    +.
    Element 'application_host_ip' [ST local, facet 'pattern']: The value '
    +123.123.24.56' is not accepted by the pattern '(\d{1,3}\.){3}\d{1,3}'
    +.