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

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, 225🔥, 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, 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, 220🔥, 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💬

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, 214🔥, 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, 207🔥, 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, 206🔥, 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, 204🔥, 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, 203🔥, 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, 202🔥, 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, 202🔥, 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, 202🔥, 0💬

"dateTime" and Its Related Datatypes
This chapter provides notes and tutorial examples on 'dateTime' and its related datatypes. Topics include introduction of dateTime, dateTimeStamp, date, time, gYear, gMonth, gDay, gYearMonth, gMonthDay, duration, yearMonthduration and dayTimeduration datatypes; date and time seven-property model; sa...
2022-10-01, 201🔥, 0💬

Archived Tutorials
This chapter contains some outdated tutorial notes and example codes from previous versions of this book.
2022-10-01, 201🔥, 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, 200🔥, 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, 199🔥, 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, 198🔥, 0💬

Verify Installation of Xerces2
This section describes a tutorial example on how to verify the installation of the Xerces2 Java 2.11.0 XML Schema 1.1 Beta version by running a sample program dom.Counter.
2022-10-01, 197🔥, 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, 193🔥, 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, 193🔥, 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, 191🔥, 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, 191🔥, 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, 190🔥, 0💬

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