XSL Schema data types
XSL Schemas contain the “xs” common namespace for an xml document that identifies the document as an XMLSchema. This common namespace has the following definition (found at the top of .xsd documents):
xmlns:xs=”http//www.w3.org/2001/XMLSchema”
Any data type referenced in this chapter and in Services and Operations that is preceded with “xs:” (such as xs:string) identifies the type as coming from the XMLSchema namespace.
This section explains these XSL Schema data types:
Related topics
Data types reference
© 2009-2012 SirsiDynix