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

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, 422🔥, 1💬

"base64Binary" Datatype Values and Representations
This section describes the built-in primitive datatype, 'base64Binary' that represents binary data represented in Base64 encoding. Whitespaces are allowed and removed.
2023-11-21, 17485🔥, 3💬

💬 2023-11-21 dd: NICE

💬 2015-10-01 Herong: Harsh, if you are getting an image as a Base64Binary element in an XML file, you need to save it in a file, run Base64 decode on...

💬 2015-09-30 Harsh: I am getting output in base64binary now i want to print that image to the printer how can i do it?

Installing WMHelp XMLPad Pro
This section describes what is XMLPad and how to install and run XMLPad.
2022-12-28, 1613🔥, 1💬

💬 2022-12-28 Usama Ahmed: I'm really interested in trying that

"long", "int", "short" and "byte" Datatypes
This section describes the built-in primitive datatypes, 'long', 'int', 'short' and 'byte', that represents signed integer numbers for different storage sizes. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, 1119🔥, 0💬

"hexBinary" Datatype Values and Representations
This section describes the built-in primitive datatype, 'hexBinary' that represents binary data represented in hexadecimal encoding. Leading and trailing whitespaces allowed and trimmed.
2022-10-01, 1095🔥, 0💬

Examples of XSD 1.1 and XML Files with Errors
This section provides an example XML file associated with an example XSD 1.1 file. The XML file contains some errors intentionally for see how XML validation tools report them.
2022-10-01, 1078🔥, 0💬

"nonNegativeInteger", "positiveInteger", "nonPositiveInteger", "negativeInteger" Datatypes
This section describes the built-in primitive datatypes, 'nonNegativeInteger', 'positiveInteger', 'nonPositiveInteger' and 'negativeInteger', that represents integer numbers according signs and the zero value. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, 922🔥, 0💬

"anyURI" Datatype Values and Representations
This section describes the built-in primitive datatype, 'anyURI' that represents IRI (Internationalized Resource Identifier) values. Leading and trailing whitespaces are allowed and trimmed.
2022-10-01, 808🔥, 0💬

XSD Schema XML DOM Validator - XsdSchemaDomValidator.java
This section describes a tutorial example on how to create a Validator instance from an XSD Schema instance to validate an XML file using the JAXP DOM interface.
2022-10-01, 801🔥, 0💬

"float" and "double" Datatype Values and Representations
This section describes the built-in primitive datatypes, 'float' and 'double' that represents single-precision (32-bit) and double-precision (64-bit) floating-point numbers. Leading and trailing whitespaces allowed and trimmed.
2022-10-01, 739🔥, 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, 702🔥, 0💬

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

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, 634🔥, 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, 599🔥, 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, 594🔥, 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, 566🔥, 0💬

""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, 563🔥, 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, 555🔥, 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, 531🔥, 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, 529🔥, 0💬

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

XSD Schema XML Validator - Final Version
This section describes the final version of the XML Schema (XSD) validator using the JAXP API.
2022-10-01, 503🔥, 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, 485🔥, 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, 480🔥, 0💬

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