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

Using XML Schema Built-in Datatypes
This section describes what is a built-in datatype and how to use a built-in datatype.
2022-10-01, 191🔥, 0💬

Running XMLReaderValidator on XSD 1.1 Schema
This section provides a tutorial example on new built-in datatypes introduced in XSD 1.1 and on validating XSD 1.1 schema with the XMLReader class from Xerces2 JAR files.
2022-10-01, 190🔥, 0💬

Using XML Schema Built-in Datatypes Incorrectly
This section describes a tutorial example of using built-in datatypes incorrectly.
2022-10-01, 189🔥, 0💬

JAXP, DOM and SAX APIs in Xerces2 JARs
This section describes Xerces2 APIs, JAXP, DOM and SAX, which are also offered in the JDK package. If your application is using these APIs, it may behave differently depending on from where these APIs are provided.
2022-10-01, 188🔥, 0💬

XML File DOM Parser - XmlDomFileParser.java
This section describes a tutorial example on how to create an XML file DOM parser using JAXP DocumentBuilder and DocumentBuilderFactory classes.
2022-10-01, 187🔥, 0💬

"string" Datatype Values and Representations
This section describes the most commonly used built-in datatype, 'string'. Whitespace characters are preserved in 'string' values. But XML entity references are parsed in 'string' lexical representations.
2022-10-01, 186🔥, 0💬

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💬

References
List of reference materials used in this book.
2022-10-01, 186🔥, 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💬

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, 183🔥, 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, 180🔥, 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, 178🔥, 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💬

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

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, 175🔥, 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, 171🔥, 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, 171🔥, 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💬

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