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

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, 186🔥, 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, 185🔥, 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, 184🔥, 0💬

Declaring Elements and Attributes with Built-in Datatypes
This section describes how to declare XML elements and XML attributes using built-in datatypes with a simple XSD document example.
2022-10-01, 183🔥, 0💬

SAXParser for XSD Validation Fixed
This section describes a tutorial example on how to the Xerces2 SAXParser class included in JDK to perform XSD validation on an XML document. The XSD document must be specified with SAXParser.setProperty() method.
2022-10-01, 182🔥, 0💬

Xsd11SchemaValidator.java XSD 1.1 Test Result
This section provides a tutorial example on validating XML documents with XSD 1.1 schema using 'Xerces2 (XML Schema 1.1)' version.
2022-10-01, 179🔥, 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, 176🔥, 0💬

Date/Time Seven-Property Model
This section describes the seven-property model used in XSD 1.1 to represent a moment of time in the Gregorian calendar system: year, month, day, hour, minute, second and timezoneOffset.
2022-10-01, 176🔥, 0💬

"simpleType" Components - User-Defined Simple Datatypes
This section describes the 'simpleType' component, which can be used to define user-defined simple datatypes. There are 3 optional child components supported 'restriction', 'list', 'union'.
2022-10-01, 176🔥, 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, 176🔥, 0💬

Redefining Old Datatypes - "redefine" Component
This section describes a tutorial example on how to redefine datatypes defined in other schema documents.
2022-10-01, 175🔥, 0💬

Facets, Constraining Facets and Restriction Datatypes
This chapter provides notes and tutorial examples on datatype facets, constraining facets and restriction datatypes. Topics include introduction of fundamental facets and constraining facets; constructing new user-defined datatypes by reducing constraining facets on a base datatypes; facets descript...
2022-10-01, 174🔥, 0💬

Atomic, List, Atomic Union and List Union Datatypes
This section describes categories of datatypes, Atomic, List, Atomic Union and List Union. And rules of using them to construct new datatypes with 'restriction', 'union' and 'list' components.
2022-10-01, 173🔥, 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, 172🔥, 0💬

"simpleType" Components with "restriction" Child Components
This section describes the 'restriction' child component in 'simpleType' component. 'restriction' child components are used to reduce the value space on a base datatype by changing its constraining facets.
2022-10-01, 172🔥, 0💬

Including Old Schema Documents - Errors
This section describes a tutorial example of element declaration and datatype definition colliding with those in the included schema.
2022-10-01, 172🔥, 0💬

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, 170🔥, 0💬

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

"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, 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💬

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

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

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