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

"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, 273🔥, 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, 265🔥, 0💬

Declaring Complex Elements with Attributes and Sub Elements
This section describes a tutorial example on how to declare an element that accepts attributes and sub (child) elements without text content using a user defined complexType datatype.
2022-10-01, 264🔥, 0💬

"language" Datatype Values - Invalid Inputs
This section provides a tutorial example on invalid input XML elements for 'language' datatype. JDK 1.7 is the best tool reporting validation errors.
2022-10-01, 256🔥, 0💬

JAXP API Module (java.xml.jmod) - Packages and Classes
This section describes the java.xml.jmod Java module, which provides the JAXP API packages and classes. 3rd party implementation packages and classes are also included in java.xml.jmod.
2022-10-01, 256🔥, 0💬

Validating XML Documents with Schema Locations
This section describes a tutorial example on how to validate an XML document with schema location assigned inside the XML document using Xerces API.
2022-10-01, 254🔥, 0💬

Java API for XML Processing - JAXP
This chapter provides a quick introduction of JAXP (Java API for XML Processing). Topics include quick introduction of JAXP; installing JDK; JAXP API usage example; summary of JAXP API packages and classes.
2022-10-01, 249🔥, 0💬

"dayTimeDuration" Datatype Values and Representations
This section describes the built-in primitive datatype, 'dayTimeDuration' that represents durations of time in units of seconds in Gregorian calendar. Leading and trailing whitespaces are allowed and trimmed. 'dayTimeDuration' values can be stored as 'decimal' values.
2022-10-01, 248🔥, 0💬

What Is "keyref" Identity-Constraint?
This section describes the 'keyref' identity-constraint, where a combination of certain sub elements or attributes is defined as a key reference identity, which must have values that reference to an existing key identity.
2022-10-01, 241🔥, 0💬

Xerces2 Java Parser - Java API of XML Parsers
This chapter provides notes and tutorial examples on Xerces2 Java Parser API package. Topics include downloading and installing Xerces2 2.11.0 XML Schema 1.1 Beta version; sample programs dom.Writer and sax.Writer as XSD validator; jaxp.TypeInfoWriter as XSD 1.1 validator.
2022-10-01, 239🔥, 0💬

Declaring Complex Elements with Attributes Only
This section describes a tutorial example on how to declare an element that accepts only attributes using a user defined complexType datatype.
2022-10-01, 239🔥, 0💬

Overview of XSD 1.1 Built-in Datatypes
This section describes what are built-in datatypes defined in XSD 1.1 specification. There are total of 49 built-in datatypes. And 19 of them are primitive datattypes.
2022-10-01, 238🔥, 0💬

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

"simpleType" Components with "list" Child Components
This section describes the 'list' child component in 'simpleType' component. 'list' child components are used to create a new value space of lists with member values from another simple datatype.
2022-10-01, 236🔥, 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, 221🔥, 0💬

Declaring Complex Elements with Attributes, Sub Elements &amp; Text Content
This section describes a tutorial example on how to declare an element that accepts attributes and sub (child) element mixed with text content using a user defined complexType datatype.
2022-10-01, 216🔥, 0💬

Standard Steps to Validate XML Documents Against a Schema
This section describes the standard steps of loading an XML schema file and use it to validate XML documents.
2022-10-01, 212🔥, 0💬

Xerces2 Sample Program List
This section provides a list of sample programs provided in Xerces2 Java 2.11.0 XML Schema 1.1 Beta version that you can use to parse and validate XML documents.
2022-10-01, 207🔥, 0💬

What Is Simple Datatype?
This section describes simple datatypes. What is a simple datatype? How many built-in simple datatypes provided in XSD 1.1? Can I define my own simple datatypes?
2022-10-01, 207🔥, 0💬

Assertion as Custom Validation Rules
This chapter provides notes and tutorial examples on assertion validation rules. Topics include introduction of 'assert' validation rules for 'complexType' datatypes; 'assertion' validation rules for 'simpleType' datatypes; XPath expressions; $value representing current node value.
2022-10-01, 206🔥, 0💬

List of Built-in Datatypes
This section lists all built-in datatypes supported in XSD 1.1. 50 built-in datatypes can be divided into 7 categories. 4 new datatypes are introduced in XSD 1.1.
2022-10-01, 205🔥, 0💬

Linking Multiple Schema Documents Together
This chapter provides notes and tutorial examples on linking multiple schema documents together. Topics include using 'include', 'redefine', and 'import' components; redefining datatypes; importing element declarations from other namespaces.
2022-10-01, 203🔥, 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, 201🔥, 0💬

XML Schema (XSD) Validation using SAXParser
This section describes a tutorial example on how to the Xerces2 SAXParser class to validate an XML document assigned with an XSD file. The sample program SAXValidator.java works up to JDK 1.6. It is not working with JDK 1.7 and up.
2022-10-01, 200🔥, 0💬

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