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

"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, ∼216🔥, 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, ∼216🔥, 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, ∼214🔥, 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, ∼212🔥, 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, ∼212🔥, 0💬

dom.GetElementsByTagName and dom.Writer
This section provides tutorial examples on how to use sample programs dom.GetElementsByTagName and dom.Writer to validate XML documents with XSD schema.
2022-10-01, ∼211🔥, 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, ∼211🔥, 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, ∼211🔥, 0💬

Using Elements Declared in Different Namespaces
This section describes a tutorial example on how to use imported element declarations from a different namespace.
2022-10-01, ∼211🔥, 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, ∼207🔥, 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, ∼207🔥, 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, ∼207🔥, 0💬

Schema and Schema XML Representation
This section describes what is a schema and what is a schema XML representation.
2022-10-01, ∼204🔥, 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, ∼204🔥, 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, ∼203🔥, 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, ∼203🔥, 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, ∼197🔥, 0💬

Redefining Old Datatypes - Errors
This section describes a tutorial example of incorrect usages of 'redefine' components on changing existing datatypes.
2022-10-01, ∼196🔥, 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, ∼193🔥, 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, ∼192🔥, 0💬

jaxp.TypeInfoWriter as an XSD 1.1 Validation Tool
This section provides a tutorial example on how to use sample program jaxp.TypeInfoWriter as an XSD 1.1 validation tool. It prints out element type information, while it is parsing through the XML document. Error messages are printed out where and when they occurred.
2022-10-01, ∼191🔥, 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, ∼187🔥, 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, ∼186🔥, 0💬

Compiling and Running Java Programs
This section describes a tutorial example on how to compile and run Java programs.
2022-10-01, ∼182🔥, 0💬

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