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

"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, 300🔥, 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, 296🔥, 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, 292🔥, 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, 292🔥, 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, 290🔥, 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, 286🔥, 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, 280🔥, 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, 275🔥, 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, 269🔥, 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, 261🔥, 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, 261🔥, 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, 258🔥, 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, 252🔥, 0💬

"simpleType" Components with "union" Child Components
This section describes the 'union' child component in 'simpleType' component. 'union' child components are used to create a union of value spaces from multiple member datatypes.
2022-10-01, 252🔥, 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, 252🔥, 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, 247🔥, 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, 246🔥, 0💬

Downloading and installing JDK
This section describes a tutorial example on how to install JDK (Java Development Kit) to use JAXP (Java API for XML Processing) or other Java based API to process XML documents and apply XML schemas.
2022-10-01, 244🔥, 0💬

Defining Complex Datatypes - "complexType" Element
This section describes a tutorial example on how to define a complex datatype to be used to declare an element that can accept attributes and/or sub elements.
2022-10-01, 242🔥, 0💬

dom.Counter Validating XML with Associated XSD
This section provides a tutorial example on how to use the Xerces2 sample program called dom.Counter to validate XML documents with associated XSD schema files using the '-v -s' options.
2022-10-01, 240🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, 234🔥, 0💬

XML Schema Location and Namespace in XML Documents
This chapter provides notes and tutorial examples on schema location and namespace. Topics include assigning schema locations in XML documents, validating XML documents with schema location using Xerces, using namespace in a schema and XML documents.
2022-10-01, 233🔥, 0💬

Examples of XSD and XML Files with Errors
This section provides an example XML file associated with an example XML Schema file (XSD). The XML file contains some errors intentionally for see how XML validation tools report them.
2022-10-01, 229🔥, 0💬

"string" and Its Derived Datatypes
This chapter provides notes and tutorial examples on 'string' and its derived datatypes. Topics include introduction of string, normalizedString, token, language, Name, NCName, ENTITY, ID, IDREF, NMTOKEN datatypes; sample XSD documents and XML documents showing how to use them.
2022-10-01, 229🔥, 0💬

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