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

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💬

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, 166🔥, 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, 166🔥, 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, 166🔥, 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, 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💬

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, 165🔥, 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, 164🔥, 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, 164🔥, 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, 164🔥, 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, 162🔥, 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, 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💬

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

Archived: Running XMLReaderValidator with Xerces2 2.11.0 Beta
This section describes a tutorial example on how to the Xerces2 XMLReader class to validate an XML document assigned with an XSD file with 'Xerces2 2.11.0 (XML Schema 1.1) (Beta)' version.
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, 158🔥, 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, 156🔥, 0💬

"date" Datatype Values and Representations
This section describes the built-in primitive datatype, 'date' that represents dates in Gregorian calendar. Leading and trailing whitespaces are allowed and trimmed. Timezone offset is optional.
2022-10-01, 156🔥, 0💬

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

Redefining Old Datatypes - Errors
This section describes a tutorial example of incorrect usages of 'redefine' components on changing existing datatypes.
2022-10-01, 153🔥, 0💬

XSD 1.1 not Supported by sax.Writer
This section provides a tutorial example showing that sax.Writer does not support XSD 1.1.
2022-10-01, 152🔥, 0💬

Nested Atomic and List Union Datatypes
This section provides a tutorial example on how atomic union and list union datatypes can be used as member datatypes to construct nested union datatypes.
2022-10-01, 151🔥, 0💬

Datatypes, Values and Representations
This section describes how built-in datatypes can be used to add type declarations to XML elements and attributes to help XML receiver to parse out desired values from XML documents.
2022-10-01, 150🔥, 0💬

Nested List Datatypes - Not Allowed
This section provides a tutorial example on how list datatypes and list union datatypes are now allowed as item datatypes to construct nested list datatypes.
2022-10-01, 148🔥, 0💬

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