< 1 2 3 4 5 6 7 > >>   ∑:175  Sort:Rank

Generating XML Schema Documentations
This section describes a tutorial example on how to generate XML schema documentation in HTML format from an XSD document using XMLPad.
2022-10-01, 485🔥, 0💬

"Hello world!" Example of XSD
This section describes a simple example of XSD called 'Hello World'.
2022-10-01, 481🔥, 0💬

"NCName" Datatype Values and Representations
This section describes the built-in datatype 'NCName' designed to support XML element and attribute names with no namespace prefix. 'NCName', stands for 'Non-Colonized Name', datatype is derived from 'Name' by removing ':' from the 'Name' value pattern.
2022-10-01, 481🔥, 0💬

"anyType" Built-in Datatype Values and Representations
This section provides a tutorial example to show built-in datatype 'anyType' valid values and representations. Everything, including XML structure, is a valid 'anyType' lexical representation.
2022-10-01, 479🔥, 0💬

"QName" Datatype Values and Representations
This section describes the built-in primitive datatype, 'QName' that represents XML element and attribute names with or without namespaces. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, 472🔥, 0💬

Installing Xerces2 Java Parser for XSD 1.1
This section provides a quick introduction of Xerces2 and a tutorial of downloading and installing JAR files of Xerces2 Java Parser for XSD 1.1.
2022-10-01, 452🔥, 0💬

"IDREF" Datatype Values and Representations
This section describes the built-in datatype 'IDREF' designed to primarily support the id reference attribute to reference to a specific XML element. 'IDREF' values must be 'NCName' values and must match existing 'ID' values.
2022-10-01, 452🔥, 0💬

XSD Schema XML SAX Validator - XsdSchemaSaxValidator.java
This section describes a tutorial example on how to create a Validator instance from an XSD Schema instance to validate an XML file using the JAXP SAX interface.
2022-10-01, 436🔥, 0💬

Generating XML Schema Diagrams
This section describes a tutorial example on how to generate graphical diagrams representing relations of validation rules defined in XML Schema (XSD) documents using XMLPad.
2022-10-01, 430🔥, 0💬

XSD Schema XML SAX Validation Errors
This section provides some errors from the XSD schema validation process on invalid XML files represented as SAXSource objects using the JAXP API.
2022-10-01, 420🔥, 0💬

"decimal" Datatype Values and Representations
This section describes the built-in primitive datatype, 'decimal' that represents signed decimal numbers. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, 365🔥, 0💬

"ENTITY" Datatype Values and Representations
This section describes the built-in datatype 'ENTITY' designed to support user defined and unparsed external XML entities. 'ENTITY' datatype is derived from 'NCName'.
2022-10-01, 361🔥, 0💬

Built-in Datatypes Lexical Representation Examples
This section provides lexical representation examples for some commonly used built-in datatypes.
2022-10-01, 351🔥, 0💬

Schema Component Reuse - "include", "redefine" or "import"
This section compares 3 different ways of linking multiple schema documents together: include, redefine and import.
2022-10-01, 351🔥, 0💬

Creating and Editing XML Documents
This section describes a tutorial example on how to create and edit an XML document with XMLPad.
2022-10-01, 341🔥, 0💬

Validating Non-Conforming XML Documents
This section describes a tutorial example on how to see validation errors on a non-conforming XML document with the assigned XML Schema file (XSD) using XMLPad.
2022-10-01, 338🔥, 0💬

XSD Schema File Loading Errors
This section describes tutorial examples of different error cases when loading an XSD schema file with JAXP Schema and SchemaFactory classes.
2022-10-01, 336🔥, 0💬

XSD 1.1 Not Supported in JDK 13
This section provides a tutorial example to verify is the default JAXP implementation in the current JDK version supports XSD 1.1 or not. The answer is no for JDK 13.
2022-10-01, 335🔥, 0💬

SAXParser for XSD 1.1 Validation
This section describes a tutorial example trying to use the Xerces2 SAXParser class included in JDK to perform XSD 1.1 validation on an XML document. The program fails.
2022-10-01, 332🔥, 0💬

JAXP - XML Schema (XSD) Validation
This chapter provides tutorial examples on XML Schema validation using JAXP. Topics include XML Schema validator using DOM interface and SAX interface, validation errors, validation error handler.
2022-10-01, 322🔥, 0💬

"normalizedString" Datatype Values and Representations
This section describes the first derived datatype of 'string': 'normalizedString'. Whitespace characters are replaced in 'normalizedString' lexical representations with ' ' characters to obtain their values.
2022-10-01, 320🔥, 0💬

XSD Schema XML DOM Validator with Error Handler
This section describes a tutorial example on how to create an error handler to be used by the validator to alter the default error handling behavior.
2022-10-01, 316🔥, 0💬

XML Schema Processors
This section describes XML Schema processors like Xerces2 and XML Spy.
2022-10-01, 315🔥, 0💬

"anySimpleType" Built-in Datatype Values and Representations
This section provides a tutorial example to show built-in datatype 'anySimpleType' valid values and representations. Everything, except XML structure, is a valid 'anySimpleType' lexical representation.
2022-10-01, 304🔥, 0💬

< 1 2 3 4 5 6 7 > >>   ∑:175  Sort:Rank