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

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, 276🔥, 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, 276🔥, 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, 275🔥, 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, 274🔥, 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, 272🔥, 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, 268🔥, 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, 256🔥, 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, 251🔥, 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, 242🔥, 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, 241🔥, 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, 236🔥, 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, 235🔥, 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, 232🔥, 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, 229🔥, 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, 228🔥, 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, 227🔥, 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, 226🔥, 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, 226🔥, 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, 225🔥, 0💬

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, 223🔥, 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, 221🔥, 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, 217🔥, 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, 215🔥, 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, 211🔥, 0💬

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