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

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

Identity-Constraint with Multiple Fields
This section provides a tutorial example on how to specify a 'key' identify constraint in an XSD schema that uses multiple 'field' to construct identify values with multiple components.
2022-10-01, ∼655🔥, 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, ∼644🔥, 0💬

Creating Schema Documents - "schema" Element
This section describes a tutorial example on how to write the root element of the XML representation of a schema.
2022-10-01, ∼635🔥, 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, ∼625🔥, 0💬

"ID" Datatype Values and Representations
This section describes the built-in datatype 'ID' designed to primarily support the id attribute to identify a specific XML element. 'ID' values must be 'NCName' values and must be unique in a single XML document.
2022-10-01, ∼608🔥, 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, ∼607🔥, 0💬

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, ∼584🔥, 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, ∼553🔥, 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, ∼522🔥, 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, ∼510🔥, 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, ∼502🔥, 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, ∼487🔥, 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, ∼487🔥, 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, ∼486🔥, 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, ∼463🔥, 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, ∼460🔥, 0💬

Identity-Constraints: unique, key and keyref
This chapter provides notes and tutorial examples on identity constraints. Topics include introduction of 'unique', 'key' and 'keyref' identify constraints; XML and XSD examples of using identity constraints.
2022-10-01, ∼453🔥, 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, ∼444🔥, 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, ∼441🔥, 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, ∼438🔥, 0💬

"duration" Datatype Values and Representations
This section describes the built-in primitive datatype, 'duration' that represents durations of time. Leading and trailing whitespaces are allowed and trimmed. A 'duration' lexical representation roughly follows this format: PiYiMiDTiHiMdS.
2022-10-01, ∼433🔥, 0💬

Assigning XML Schema Location in XML Documents
This section describes a tutorial example on how to assign a schema location in an XML document without namespace using 'noNamespaceSchemaLocation' root attribute.
2022-10-01, ∼432🔥, 0💬

Using Xerces2 Java APIs
This chapter provides notes and tutorial examples on Xerces2 Java Parser API. Topics include validating sample XML files with assigned XML Schema files (XSD) with XMLReader and SAXParser classes in Xerces2; Testing default SAXParser implementation in JDK; Validating XSD 1.1 schema with Xerces2 JAR f...
2022-10-01, ∼430🔥, 0💬

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