Schema Central > XML Schema 1.1 > xsd:anyAtomicType
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

xsd:anyAtomicType

The type xsd:anyAtomicType is a generic type that encompasses all atomic types, both primitive and derived, including xsd:untypedAtomic. No values ever actually have the type xsd:anyAtomicType; they always have a more specific type. As such, it does not have a corresponding constructor.

However, this type name can be used as a placeholder for all other atomic types in XQuery and XSLT 2.0 function signatures and sequence types. For example, the distinct-values function signature specifies that its argument is xs:anyAtomicType. This means that any atomic value of any type can be passed to this function.

Simple Type Information

Namespace: http://www.w3.org/2001/XMLSchema

Schema Document: builtintypes.xsd

Type Inheritance Chain

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com