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

About This Book
This section provides some detailed information about this book - __title__.
2022-10-01, 197🔥, 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, 197🔥, 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, 196🔥, 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, 194🔥, 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, 185🔥, 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, 182🔥, 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, 182🔥, 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, 182🔥, 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, 182🔥, 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, 181🔥, 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, 178🔥, 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, 177🔥, 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, 177🔥, 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, 177🔥, 0💬

Overriding Element Types in XML Documents
This chapter provides notes and tutorial examples on overriding element Type. Topics include declaring element nillable, overriding element with 'xsi:nil', defining base and derived datatypes, overriding element type with 'xsi:type'.
2022-10-01, 173🔥, 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, 172🔥, 0💬

Running XMLReaderValidator on XSD 1.1 Schema
This section provides a tutorial example on new built-in datatypes introduced in XSD 1.1 and on validating XSD 1.1 schema with the XMLReader class from Xerces2 JAR files.
2022-10-01, 171🔥, 0💬

Using XML Schema Built-in Datatypes Incorrectly
This section describes a tutorial example of using built-in datatypes incorrectly.
2022-10-01, 171🔥, 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, 171🔥, 0💬

What Is XSD (XML Schema Definition)?
This section provides a quick description of what is XSD (XML Schema Definition) - a language to define rules to validate XML documents.
2022-10-01, 170🔥, 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, 169🔥, 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, 169🔥, 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, 169🔥, 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, 168🔥, 0💬

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