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

Checking Schema Documents - XsdSchemaChecker.java
This section describes a tutorial example on how to use JAXP (Java API for XML Processing) to check (compile) XML Schema (XSD) documents.
2022-10-01, 168🔥, 0💬

Validation Error Examples on Complex Datatypes
This section describes a tutorial example on XML document validation errors related to a complex datatype defined a schema.
2022-10-01, 168🔥, 0💬

Constraining Facets on Union Datatypes
This section describes constraining facets on union datatypes. New simple datatype can be defined with a 'restriction' construction component using a union datatype as the base.
2022-10-01, 167🔥, 0💬

Archived: Downloading and installing Java SE 1.6 Update 2
This section describes a tutorial example on how to install Java SE (JDK) 1.6 Update 2.
2022-10-01, 167🔥, 0💬

"integer" Datatype Values and Representations
This section describes the built-in primitive datatype, 'integer' that represents signed integer numbers. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, 166🔥, 0💬

Complex Element Declaration
This chapter provides notes and tutorial examples on complex element declarations. Topics include declaring XML elements that includes or excludes text content, sub elements or attributes; defining complexType datatypes with simpleContent or complexContent using anyType as the base datatype.
2022-10-01, 166🔥, 0💬

Using Elements Declared in Different Namespaces - Errors
This section describes a tutorial example of incorrect usages of imported element declarations from a different namespace.
2022-10-01, 166🔥, 0💬

Introduction of XSD Built-in Datatypes
This chapter provides notes and tutorial examples on built-in datatypes defined in XML Schema 1.1. Topics include complete list of built-in datatypes, using built-in datatypes to declare XML elements and attributes; special built-in datatypes 'anyType', 'anySimpleType', 'anyAtomicType'.
2022-10-01, 165🔥, 0💬

"time" Datatype Values and Representations
This section describes the built-in primitive datatype, 'time' that represents moments in a day. Leading and trailing whitespaces are allowed and trimmed. Timezone offset is optional.
2022-10-01, 165🔥, 0💬

XSD Schema XML DOM Validation Errors
This section provides some errors from the XSD schema validation process on invalid XML files represented in Document objects using the JAXP API.
2022-10-01, 164🔥, 0💬

Defining New Datatypes with Built-in Datatypes
This section describes how to define or contruct new datatypes using built-in datatypes with a simple XSD document example.
2022-10-01, 164🔥, 0💬

"language" Datatype Values and Representations
This section describes the first derived datatype of 'token': 'language'. Input strings are converted to 'token' values before they are matched against the '[a-zA-Z]{1,8}(-[a-zA-Z0-9]{1, 8})*'pattern.
2022-10-01, 164🔥, 0💬

Date, Time and Duration Datatype Summary
This section provides a summary of all date, time and duration related built-in datatypes: dateTime, dateTimeStamp, date, time, gYear, gMonth, gDay, gYearMonth, gMonthDay, duration, yearMonthduration and dayTimeduration.
2022-10-01, 164🔥, 0💬

Importing Declarations Across Namespaces - "import" Component
This section describes how to import declarations from other schema documents under other namespaces using import components.
2022-10-01, 164🔥, 0💬

Deriving New Simple Datatypes - "simpleType" Element
This section describes a tutorial example on how to define a simple datatype based on a built-in datatype by adding restriction facets.
2022-10-01, 162🔥, 0💬

Declaring Simple Elements
This section describes a tutorial example on how to declare a simple element that accepts only text content using a built-in datatype or a user defined simpleType datatype.
2022-10-01, 162🔥, 0💬

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

Redefining Old Datatypes - XML Examples
This section describes a tutorial example on how to use elements declared with datatypes redefined with 'redefine' components.
2022-10-01, 161🔥, 0💬

Specifying Element Datatype - "type" Attribute
This section describes a tutorial example on how to specify a datatype in an Element Declaration Component.
2022-10-01, 160🔥, 0💬

Archived: Xerces2 Java 2.11.0 XML Schema 1.1 Beta
This section provides a tutorial example on downloading and installing Xerces2 2.11.0 beta to support XSD 1.1.
2022-10-01, 159🔥, 0💬

Schema and Schema XML Representation
This section describes what is a schema and what is a schema XML representation.
2022-10-01, 158🔥, 0💬

Including Old Schema Documents - "include" Component
This section describes why and how to include an existing schema document and reuse its datatype definitions.
2022-10-01, 157🔥, 0💬

Glossary
List of terms and their definitions used in this book.
2022-10-01, 156🔥, 0💬

Validating XML Documents against Schema Documents
This section describes a tutorial example of how to use JAXP (Java API for XML Processing) to validate an XML document against a schema.
2022-10-01, 155🔥, 0💬

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