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

Importing Declarations Across Namespaces - Examples
This section describes a tutorial example on how to import external namespaces and refer to element declarations from imported namespaces.
2022-10-01, ∼293🔥, 0💬

"decimal" and Its Derived Datatypes
This chapter provides notes and tutorial examples on 'decimal' and its derived datatypes. Topics include introduction of decimal, integer, long, int, short, byte, signedLong, signedInt, signedShort, signedByte, nonNegativeInteger, positiveInteger, NonPositiveInteger, negativeInteger datatypes; sampl...
2022-10-01, ∼290🔥, 0💬

XML Schema Language - Basics
This chapter provides notes and tutorial examples on XML Schema basics. Topics include writing schema XML documents, declaring root element, specifying element datatype, defining simple and complex datatypes.
2022-10-01, ∼285🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, ∼285🔥, 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, ∼284🔥, 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, ∼277🔥, 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, ∼274🔥, 0💬

Constraining Facets on List Datatypes
This section describes fundamental and constraining facets on list datatypes: 'length', 'minLength', 'maxLength', 'pattern', 'enumeration' and 'assertions'. New simple datatype can be defined with a 'restriction' component using a list datatype as the base.
2022-10-01, ∼273🔥, 0💬

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

Miscellaneous Built-in Datatypes
This chapter provides notes and tutorial examples on miscellaneous built-in datatypes. Topics include introduction of anyURI, QName, NOTATION, base64Binary, hexBinary, float, double and boolean datatypes; sample XSD documents and XML documents showing how to use them.
2022-10-01, ∼266🔥, 0💬

"Name" Datatype Values and Representations
This section describes the built-in datatype 'Name' designed to support XML element and attribute names. 'Name' datatype is derived from 'token' by restricting the value set according the XML 'Name' specification.
2022-10-01, ∼263🔥, 0💬

XML Schema (XSD) Validation using XMLReader
This section describes a tutorial example on how to use the Xerces2 XMLReader class to validate an XML document assigned with an XSD file.
2022-10-01, ∼259🔥, 0💬

JAXP, DOM and SAX APIs in Xerces2 JARs
This section describes Xerces2 APIs, JAXP, DOM and SAX, which are also offered in the JDK package. If your application is using these APIs, it may behave differently depending on from where these APIs are provided.
2022-10-01, ∼258🔥, 0💬

Using Shorthand for "complexContent" with "restriction"
This section describes a tutorial example on how to use the shorthand format for a complextType definition using a complexContent with a restriction on anyType.
2022-10-01, ∼257🔥, 0💬

Testing XML Schema Location with Namespaces - JAXP
This section describes a tutorial example on how to validate an XML document with schema location assigned inside the XML document using the JAXP interface. Namespace is used in the schema and the XML document.
2022-10-01, ∼257🔥, 0💬

Declaring Elements and Attributes with Built-in Datatypes
This section describes how to declare XML elements and XML attributes using built-in datatypes with a simple XSD document example.
2022-10-01, ∼256🔥, 0💬

Using XML Schema Built-in Datatypes
This section describes what is a built-in datatype and how to use a built-in datatype.
2022-10-01, ∼255🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼255🔥, 0💬

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

Declaring Complex Elements with Simple Content
This section describes a tutorial example on how to define an element that accepts attributes and text content without sub elements using complexType with simpleContent.
2022-10-01, ∼247🔥, 0💬

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

Facets, Constraining Facets and Restriction Datatypes
This chapter provides notes and tutorial examples on datatype facets, constraining facets and restriction datatypes. Topics include introduction of fundamental facets and constraining facets; constructing new user-defined datatypes by reducing constraining facets on a base datatypes; facets descript...
2022-10-01, ∼246🔥, 0💬

XSD 1.1 Supported by jaxp.SourceValidator
This section provides a tutorial example showing that jaxp.SourceValidator does support XSD 1.1.
2022-10-01, ∼245🔥, 0💬

XML File DOM Parser - XmlDomFileParser.java
This section describes a tutorial example on how to create an XML file DOM parser using JAXP DocumentBuilder and DocumentBuilderFactory classes.
2022-10-01, ∼244🔥, 0💬

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