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

Using Shorthand for "complexContent" with "restriction"
This section describes a tutorial example on how to use the shorthand format for a complextType definition using a complexContent with a restriction on anyType.
2022-10-01, 188🔥, 0💬

Using XML Schema Built-in Datatypes Incorrectly
This section describes a tutorial example of using built-in datatypes incorrectly.
2022-10-01, 187🔥, 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, 186🔥, 0💬

Importing Declarations Across Namespaces - Examples
This section describes a tutorial example on how to import external namespaces and refer to element declarations from imported namespaces.
2022-10-01, 185🔥, 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, 184🔥, 0💬

References
List of reference materials used in this book.
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💬

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, 183🔥, 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, 182🔥, 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, 181🔥, 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, 181🔥, 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💬

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, 174🔥, 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, 174🔥, 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, 173🔥, 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, 173🔥, 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, 172🔥, 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, 172🔥, 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, 171🔥, 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, 170🔥, 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, 170🔥, 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, 169🔥, 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, 167🔥, 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💬

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