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

"NMTOKEN" Datatype Values and Representations
This section describes the built-in datatype 'NMTOKEN' designed to support XML 'NMTOKEN' attribute values. 'NMTOKEN' datatype is derived from 'token' by restricting the value set according the XML 'NMTOKEN' specification.
2022-10-01, ∼881🔥, 0💬

"keyref" Identity-Constraint XSD Example
This section provides a tutorial example on how to define a 'keyref' identity-constraint in an XSD schema to ensure key reference values are existing key values defined by another 'key' identify-constraint. Xecers2 XSD validator only reports a single generic error for multiple 'keyref' identity-cons...
2022-10-01, ∼865🔥, 0💬

What Is "unique" Identity-Constraint?
This section describes the 'unique' identity-constraint, where a combination of certain sub elements or attributes is defined as an identity, which must have unique values. Missing values are acceptable.
2022-10-01, ∼841🔥, 0💬

Generating XML Schema Diagrams
This section describes a tutorial example on how to generate graphical diagrams representing relations of validation rules defined in XML Schema (XSD) documents using XMLPad.
2025-05-03, ∼832🔥, 1💬

💬 2025-05-03 234567: &lt;mxfile> &lt;diagram id="0"> &lt;mxGraphModel dx="1200" dy="800" grid="1" ... &lt;root> &lt;mxCell id="0"...

XMLPad Crash When Validating Non-Conforming XML Documents
This section describes a failed test of validating a non-conforming XML document with the assigned XML Schema file (XSD), XMLPad Crashed.
2020-01-28, ∼809🔥, 2💬

💬 2020-01-28 Herong: Matteo, which version of XMLPad are you using?

💬 2020-01-27 Matteo: WMHELP crash when load xml file with following error Access violation at address 00BB402C in module 'coreobj70.bpl'. Read of add...

""unsignedLong" and "unsignedShort" Datatypes
This section describes the built-in primitive datatypes, 'unsignedLong', 'unsignedInt', 'unsignedShort' and 'unsignedByte', that represents unsigned integer numbers for different storage sizes. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, ∼757🔥, 0💬

"dateTimeStamp" Datatype Values and Representations
This section describes the built-in primitive datatype, 'dateTimeStamp' that represents moments of time in Gregorian calendar. Leading and trailing whitespaces are allowed and trimmed. Timezone offset is required.
2019-07-08, ∼754🔥, 1💬

XSD Schema File Loader - XsdSchemaLoader.java
This section describes a tutorial example on how to create an XSD schema file loader using JAXP Schema and SchemaFactory classes.
2022-10-01, ∼732🔥, 0💬

What Is "key" Identity-Constraint?
This section describes the 'key' identity-constraint, where a combination of certain sub elements or attributes is defined as a key identity, which must have values and values must be unique.
2022-10-01, ∼723🔥, 0💬

What Is JAXP?
This section provides a quick introduction of Java API for XML Processing (JAXP) that included in JDK 1.6.
2022-10-01, ∼716🔥, 0💬

"token" Datatype Values and Representations
This section describes the built-in datatype 'token' derived from 'normalizedString'. Whitespace characters are collapsed to a single ' ' character. Leading and trailing whitespace characters are removed.
2022-10-01, ∼712🔥, 0💬

"gYearMonth" and "gMonthDay" Datatypes
This section describes the built-in primitive datatype, 'gYearMonth' and 'gMonthDay', that represents year-month and month-day combinations in Gregorian calendar. Leading and trailing whitespaces are allowed and trimmed. Timezone offset is optional.
2022-10-01, ∼698🔥, 0💬

"dateTime" Datatype Values and Representations
This section describes the built-in primitive datatype, 'dateTime' that represents moments of time in Gregorian calendar. Leading and trailing whitespaces are allowed and trimmed. Timezone offset is optional.
2022-10-01, ∼678🔥, 0💬

"Hello world!" Example of XSD
This section describes a simple example of XSD called 'Hello World'.
2022-10-01, ∼644🔥, 0💬

"NCName" Datatype Values and Representations
This section describes the built-in datatype 'NCName' designed to support XML element and attribute names with no namespace prefix. 'NCName', stands for 'Non-Colonized Name', datatype is derived from 'Name' by removing ':' from the 'Name' value pattern.
2022-10-01, ∼638🔥, 0💬

Identity-Constraint with Multiple Fields
This section provides a tutorial example on how to specify a 'key' identify constraint in an XSD schema that uses multiple 'field' to construct identify values with multiple components.
2022-10-01, ∼636🔥, 0💬

Validating XML Documents with Assigned XSD
This section describes a tutorial example on how to validate an XML document with the assigned XML Schema file (XSD) using XMLPad.
2019-09-19, ∼636🔥, 1💬

Creating Schema Documents - "schema" Element
This section describes a tutorial example on how to write the root element of the XML representation of a schema.
2022-10-01, ∼622🔥, 0💬

Declaring Empty Elements
This section describes a tutorial example on how to declare an empty element by defining a special complexType datatype.
2024-02-28, ∼618🔥, 1💬

"IDREF" Datatype Values and Representations
This section describes the built-in datatype 'IDREF' designed to primarily support the id reference attribute to reference to a specific XML element. 'IDREF' values must be 'NCName' values and must match existing 'ID' values.
2022-10-01, ∼615🔥, 0💬

"anyType" Built-in Datatype Values and Representations
This section provides a tutorial example to show built-in datatype 'anyType' valid values and representations. Everything, including XML structure, is a valid 'anyType' lexical representation.
2022-10-01, ∼602🔥, 0💬

"QName" Datatype Values and Representations
This section describes the built-in primitive datatype, 'QName' that represents XML element and attribute names with or without namespaces. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, ∼593🔥, 0💬

"ID" Datatype Values and Representations
This section describes the built-in datatype 'ID' designed to primarily support the id attribute to identify a specific XML element. 'ID' values must be 'NCName' values and must be unique in a single XML document.
2022-10-01, ∼585🔥, 0💬

Generating XML Schema Documentations
This section describes a tutorial example on how to generate XML schema documentation in HTML format from an XSD document using XMLPad.
2022-10-01, ∼570🔥, 0💬

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