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

Xerces2 Sample Program dom.Counter
This section provides a tutorial example on how to use dom.Counter to count total number of elements, attributes, etc. in an XML document using DOM technology.
2022-10-01, 174🔥, 0💬

"simpleType" - Defining Your Own Simple Datatypes
This chapter provides notes and tutorial examples on 'simpleType' components, which can be used to construct user-defined simple datatypes. Topics include 'restriction', 'list' and 'union' construction components; categories of simple datatypes: atomic, list, atomic union and list union; constrainin...
2022-10-01, 174🔥, 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, 173🔥, 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, 173🔥, 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, 171🔥, 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, 171🔥, 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, 171🔥, 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, 171🔥, 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, 171🔥, 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, 170🔥, 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, 170🔥, 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, 170🔥, 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, 170🔥, 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, 169🔥, 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, 169🔥, 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, 168🔥, 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, 168🔥, 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, 168🔥, 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, 167🔥, 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, 167🔥, 0💬

Schema and Schema XML Representation
This section describes what is a schema and what is a schema XML representation.
2022-10-01, 165🔥, 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, 164🔥, 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, 163🔥, 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, 161🔥, 0💬

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