XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace None
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations have no namespace.
  • By default, local attribute declarations have no namespace.

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xsd http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xsd:schema>
...
</xsd:schema>
top

Global Declarations

Element: authority

Name authority
Type anyType
Nillable no
Abstract no
Documentation URI Authority
XML Instance Representation
<authority> ... </authority>
Schema Component Representation
<xsd:element name="authority">
<xsd:element name="CATEGORY" type=" allCategories " minOccurs="0" maxOccurs="unbounded"/>
</xsd:element>
top

Element: bdate

Name bdate
Type anyType
Nillable no
Abstract no
Documentation User's Birth Date
XML Instance Representation
<bdate> ... </bdate>
Schema Component Representation
<xsd:element name="bdate"/>
top

Element: business

Name business
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<business/>
Schema Component Representation
<xsd:element name="business">
<xsd:complexType/>
</xsd:element>
top

Element: business-info

Name business-info
Type anyType
Nillable no
Abstract no
Documentation User's Business Contact Information
XML Instance Representation
<business-info> ... </business-info>
Schema Component Representation
<xsd:element name="business-info"/>
top

Element: cert

Name cert
Type anyType
Nillable no
Abstract no
Documentation User's Identity Certificate
XML Instance Representation
<cert> ... </cert>
Schema Component Representation
<xsd:element name="cert"/>
top

Element: city

Name city
Type anyType
Nillable no
Abstract no
Documentation City
XML Instance Representation
<city> ... </city>
Schema Component Representation
<xsd:element name="city">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="demographic"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: clickstream

Name clickstream
Type anyType
Nillable no
Abstract no
Documentation Click-stream Information
XML Instance Representation
<clickstream> ... </clickstream>
Schema Component Representation
<xsd:element name="clickstream"/>
top

Element: clientevents

Name clientevents
Type anyType
Nillable no
Abstract no
Documentation User's Interaction with a Resource
XML Instance Representation
<clientevents> ... </clientevents>
Schema Component Representation
<xsd:element name="clientevents">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="navigation"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: clientip

Name clientip
Type anyType
Nillable no
Abstract no
Documentation Client's IP Address or Hostname
XML Instance Representation
<clientip> ... </clientip>
Schema Component Representation
<xsd:element name="clientip"/>
top

Element: comment

Name comment
Type anyType
Nillable no
Abstract no
Documentation Telephone Optional Comments
XML Instance Representation
<comment> ... </comment>
Schema Component Representation
<xsd:element name="comment">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="physical"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: contact-info

Name contact-info
Type anyType
Nillable no
Abstract no
Documentation Contact Information for the Organization
XML Instance Representation
<contact-info> ... </contact-info>
Schema Component Representation
<xsd:element name="contact-info"/>
top

Element: cookies

Name cookies
Type anyType
Nillable no
Abstract no
Documentation Use of HTTP Cookies
XML Instance Representation
<cookies> ... </cookies>
Schema Component Representation
<xsd:element name="cookies">
<xsd:element name="CATEGORY" type=" allCategories " minOccurs="0" maxOccurs="unbounded"/>
</xsd:element>
top

Element: country

Name country
Type anyType
Nillable no
Abstract no
Documentation Country Name
XML Instance Representation
<country> ... </country>
Schema Component Representation
<xsd:element name="country">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="demographic"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: data-group

Name data-group
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<data-group>
<datatype> ... </datatype> [0..*]
</data-group>
Schema Component Representation
<xsd:element name="data-group">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref=" datatype " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: datatype

Name datatype
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<datatype>
<dynamic> ... </dynamic> [0..1]
<user> ... </user> [0..1]
<thirdparty> ... </thirdparty> [0..1]
<business> ... </business> [0..1]
</datatype>
Schema Component Representation
<xsd:element name="datatype">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref=" dynamic " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" user " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" thirdparty " minOccurs="0" maxOccurs="1"/>
<xsd:element ref=" business " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
top

Element: department

Name department
Type anyType
Nillable no
Abstract no
Documentation Department or Division of Organization where User is Employed
XML Instance Representation
<department> ... </department>
Schema Component Representation
<xsd:element name="department">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="demographic"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: dynamic

Name dynamic
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<dynamic/>
Schema Component Representation
<xsd:element name="dynamic">
<xsd:complexType/>
</xsd:element>
top

Element: email

Name email
Type anyType
Nillable no
Abstract no
Documentation Email Address
XML Instance Representation
<email> ... </email>
Schema Component Representation
<xsd:element name="email">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="online"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: employer

Name employer
Type anyType
Nillable no
Abstract no
Documentation Name of User's Employer
XML Instance Representation
<employer> ... </employer>
Schema Component Representation
<xsd:element name="employer">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="demographic"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: ext

Name ext
Type anyType
Nillable no
Abstract no
Documentation Telephone Extension
XML Instance Representation
<ext> ... </ext>
Schema Component Representation
<xsd:element name="ext">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="physical"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: family

Name family
Type anyType
Nillable no
Abstract no
Documentation Family Name (Last Name)
XML Instance Representation
<family> ... </family>
Schema Component Representation
<xsd:element name="family">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="physical"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: fax

Name fax
Type anyType
Nillable no
Abstract no
Documentation Fax Number
XML Instance Representation
<fax> ... </fax>
Schema Component Representation
<xsd:element name="fax"/>
top

Element: format

Name format
Type anyType
Nillable no
Abstract no
Documentation Certificate format
XML Instance Representation
<format> ... </format>
Schema Component Representation
<xsd:element name="format">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="uniqueid"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: fractionsecond

Name fractionsecond
Type anyType
Nillable no
Abstract no
Documentation Fraction of Second
XML Instance Representation
<fractionsecond> ... </fractionsecond>
Schema Component Representation
<xsd:element name="fractionsecond">
<xsd:element name="CATEGORY" type=" allCategories " minOccurs="0" maxOccurs="unbounded"/>
</xsd:element>
top

Element: fullip

Name fullip
Type anyType
Nillable no
Abstract no
Documentation Full IP Address
XML Instance Representation
<fullip> ... </fullip>
Schema Component Representation
<xsd:element name="fullip">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="computer"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: gender

Name gender
Type anyType
Nillable no
Abstract no
Documentation User's Gender
XML Instance Representation
<gender> ... </gender>
Schema Component Representation
<xsd:element name="gender">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="demographic"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: given

Name given
Type anyType
Nillable no
Abstract no
Documentation Given Name (First Name)
XML Instance Representation
<given> ... </given>
Schema Component Representation
<xsd:element name="given">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="physical"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: hms.hour

Name hms.hour
Type anyType
Nillable no
Abstract no
Documentation Hour
XML Instance Representation
<hms.hour> ... </hms.hour>
Schema Component Representation
<xsd:element name="hms.hour">
<xsd:element name="CATEGORY" type=" allCategories " minOccurs="0" maxOccurs="unbounded"/>
</xsd:element>
top

Element: hms.minute

Name hms.minute
Type anyType
Nillable no
Abstract no
Documentation Minutes
XML Instance Representation
<hms.minute> ... </hms.minute>
Schema Component Representation
<xsd:element name="hms.minute">
<xsd:element name="CATEGORY" type=" allCategories " minOccurs="0" maxOccurs="unbounded"/>
</xsd:element>
top

Element: hms.second

Name hms.second
Type anyType
Nillable no
Abstract no
Documentation Second
XML Instance Representation
<hms.second> ... </hms.second>
Schema Component Representation
<xsd:element name="hms.second">
<xsd:element name="CATEGORY" type=" allCategories " minOccurs="0" maxOccurs="unbounded"/>
</xsd:element>
top

Element: home-info

Name home-info
Type anyType
Nillable no
Abstract no
Documentation User's Home Contact Information
XML Instance Representation
<home-info> ... </home-info>
Schema Component Representation
<xsd:element name="home-info"/>
top

Element: hostname

Name hostname
Type anyType
Nillable no
Abstract no
Documentation Complete Host and Domain Name
XML Instance Representation
<hostname> ... </hostname>
Schema Component Representation
<xsd:element name="hostname">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="computer"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: http

Name http
Type anyType
Nillable no
Abstract no
Documentation HTTP Protocol Information
XML Instance Representation
<http> ... </http>
Schema Component Representation
<xsd:element name="http"/>
top

Element: id

Name id
Type anyType
Nillable no
Abstract no
Documentation Login ID
XML Instance Representation
<id> ... </id>
Schema Component Representation
<xsd:element name="id">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="uniqueid"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: intcode

Name intcode
Type anyType
Nillable no
Abstract no
Documentation International Telephone Code
XML Instance Representation
<intcode> ... </intcode>
Schema Component Representation
<xsd:element name="intcode">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="physical"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: interactionrecord

Name interactionrecord
Type anyType
Nillable no
Abstract no
Documentation Server Stores the Transaction History
XML Instance Representation
<interactionrecord> ... </interactionrecord>
Schema Component Representation
<xsd:element name="interactionrecord">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="interactive"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: jobtitle

Name jobtitle
Type anyType
Nillable no
Abstract no
Documentation User's Job Title
XML Instance Representation
<jobtitle> ... </jobtitle>
Schema Component Representation
<xsd:element name="jobtitle">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="demographic"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: key

Name key
Type anyType
Nillable no
Abstract no
Documentation Certificate key
XML Instance Representation
<key> ... </key>
Schema Component Representation
<xsd:element name="key">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="uniqueid"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: loccode

Name loccode
Type anyType
Nillable no
Abstract no
Documentation Local Telephone Area Code
XML Instance Representation
<loccode> ... </loccode>
Schema Component Representation
<xsd:element name="loccode">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="physical"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: login

Name login
Type anyType
Nillable no
Abstract no
Documentation User's Login Information
XML Instance Representation
<login> ... </login>
Schema Component Representation
<xsd:element name="login"/>
top

Element: middle

Name middle
Type anyType
Nillable no
Abstract no
Documentation Middle Name
XML Instance Representation
<middle> ... </middle>
Schema Component Representation
<xsd:element name="middle">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="physical"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: miscdata

Name miscdata
Type anyType
Nillable no
Abstract no
Documentation Miscellaneous Non-base Data Schema = information
XML Instance Representation
<miscdata> ... </miscdata>
Schema Component Representation
<xsd:element name="miscdata">
<xsd:element name="CATEGORY" type=" allCategories " minOccurs="0" maxOccurs="unbounded"/>
</xsd:element>
top

Element: mobile

Name mobile
Type anyType
Nillable no
Abstract no
Documentation Mobile Telephone Number
XML Instance Representation
<mobile> ... </mobile>
Schema Component Representation
<xsd:element name="mobile"/>
top

Element: name

Name name
Type anyType
Nillable no
Abstract no
Documentation User's Name
XML Instance Representation
<name> ... </name>
Schema Component Representation
<xsd:element name="name"/>
top

Element: nickname

Name nickname
Type anyType
Nillable no
Abstract no
Documentation Nickname
XML Instance Representation
<nickname> ... </nickname>
Schema Component Representation
<xsd:element name="nickname">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="demographic"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: number

Name number
Type anyType
Nillable no
Abstract no
Documentation Telephone Number
XML Instance Representation
<number> ... </number>
Schema Component Representation
<xsd:element name="number">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="physical"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: online

Name online
Type anyType
Nillable no
Abstract no
Documentation Online Address Information
XML Instance Representation
<online> ... </online>
Schema Component Representation
<xsd:element name="online"/>
top

Element: organization

Name organization
Type anyType
Nillable no
Abstract no
Documentation Organization Name
XML Instance Representation
<organization> ... </organization>
Schema Component Representation
<xsd:element name="organization">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="demographic"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: other.bytes

Name other.bytes
Type anyType
Nillable no
Abstract no
Documentation Data Bytes in Response
XML Instance Representation
<other.bytes> ... </other.bytes>
Schema Component Representation
<xsd:element name="other.bytes">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="navigation"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: other.httpmethod

Name other.httpmethod
Type anyType
Nillable no
Abstract no
Documentation HTTP Request Method
XML Instance Representation
<other.httpmethod> ... </other.httpmethod>
Schema Component Representation
<xsd:element name="other.httpmethod">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="navigation"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: other.statuscode

Name other.statuscode
Type anyType
Nillable no
Abstract no
Documentation Response Status Code
XML Instance Representation
<other.statuscode> ... </other.statuscode>
Schema Component Representation
<xsd:element name="other.statuscode">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="navigation"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: pager

Name pager
Type anyType
Nillable no
Abstract no
Documentation Pager Number
XML Instance Representation
<pager> ... </pager>
Schema Component Representation
<xsd:element name="pager"/>
top

Element: partialhostname

Name partialhostname
Type anyType
Nillable no
Abstract no
Documentation Partial Hostname
XML Instance Representation
<partialhostname> ... </partialhostname>
Schema Component Representation
<xsd:element name="partialhostname">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="demographic"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: partialip

Name partialip
Type anyType
Nillable no
Abstract no
Documentation Partial IP Address
XML Instance Representation
<partialip> ... </partialip>
Schema Component Representation
<xsd:element name="partialip">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="demographic"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: password

Name password
Type anyType
Nillable no
Abstract no
Documentation Login Password
XML Instance Representation
<password> ... </password>
Schema Component Representation
<xsd:element name="password">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="uniqueid"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: postal

Name postal
Type anyType
Nillable no
Abstract no
Documentation Postal Address Information
XML Instance Representation
<postal> ... </postal>
Schema Component Representation
<xsd:element name="postal"/>
top

Element: postalcode

Name postalcode
Type anyType
Nillable no
Abstract no
Documentation Postal Code
XML Instance Representation
<postalcode> ... </postalcode>
Schema Component Representation
<xsd:element name="postalcode">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="demographic"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: prefix

Name prefix
Type anyType
Nillable no
Abstract no
Documentation Name Prefix
XML Instance Representation
<prefix> ... </prefix>
Schema Component Representation
<xsd:element name="prefix">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="demographic"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: querystring

Name querystring
Type anyType
Nillable no
Abstract no
Documentation Query-string Portion of URI
XML Instance Representation
<querystring> ... </querystring>
Schema Component Representation
<xsd:element name="querystring">
<xsd:element name="CATEGORY" type=" allCategories " minOccurs="0" maxOccurs="unbounded"/>
</xsd:element>
top

Element: referer

Name referer
Type anyType
Nillable no
Abstract no
Documentation Last URI Requested by the User
XML Instance Representation
<referer> ... </referer>
Schema Component Representation
<xsd:element name="referer"/>
top

Element: searchtext

Name searchtext
Type anyType
Nillable no
Abstract no
Documentation Search Terms
XML Instance Representation
<searchtext> ... </searchtext>
Schema Component Representation
<xsd:element name="searchtext">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="interactive"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: stateprov

Name stateprov
Type anyType
Nillable no
Abstract no
Documentation State or Province
XML Instance Representation
<stateprov> ... </stateprov>
Schema Component Representation
<xsd:element name="stateprov">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="demographic"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: stem

Name stem
Type anyType
Nillable no
Abstract no
Documentation URI Stem
XML Instance Representation
<stem> ... </stem>
Schema Component Representation
<xsd:element name="stem">
<xsd:element name="CATEGORY" type=" allCategories " minOccurs="0" maxOccurs="unbounded"/>
</xsd:element>
top

Element: street

Name street
Type anyType
Nillable no
Abstract no
Documentation Street Address
XML Instance Representation
<street> ... </street>
Schema Component Representation
<xsd:element name="street">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="physical"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: suffix

Name suffix
Type anyType
Nillable no
Abstract no
Documentation Name Suffix
XML Instance Representation
<suffix> ... </suffix>
Schema Component Representation
<xsd:element name="suffix">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="demographic"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: telecom

Name telecom
Type anyType
Nillable no
Abstract no
Documentation Telecommunications Information
XML Instance Representation
<telecom> ... </telecom>
Schema Component Representation
<xsd:element name="telecom"/>
top

Element: telephone

Name telephone
Type anyType
Nillable no
Abstract no
Documentation Telephone Number
XML Instance Representation
<telephone> ... </telephone>
Schema Component Representation
<xsd:element name="telephone"/>
top

Element: thirdparty

Name thirdparty
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<thirdparty/>
Schema Component Representation
<xsd:element name="thirdparty">
<xsd:complexType/>
</xsd:element>
top

Element: timestamp

Name timestamp
Type anyType
Nillable no
Abstract no
Documentation Request Timestamp
XML Instance Representation
<timestamp> ... </timestamp>
Schema Component Representation
<xsd:element name="timestamp"/>
top

Element: timezone

Name timezone
Type anyType
Nillable no
Abstract no
Documentation Time Zone
XML Instance Representation
<timezone> ... </timezone>
Schema Component Representation
<xsd:element name="timezone">
<xsd:element name="CATEGORY" type=" allCategories " minOccurs="0" maxOccurs="unbounded"/>
</xsd:element>
top

Element: uri

Name uri
Type anyType
Nillable no
Abstract no
Documentation URI of Requested Resource
XML Instance Representation
<uri> ... </uri>
Schema Component Representation
<xsd:element name="uri"/>
top

Element: user

Name user
Type Locally-defined complex type
Nillable no
Abstract no
XML Instance Representation
<user/>
Schema Component Representation
<xsd:element name="user">
<xsd:complexType/>
</xsd:element>
top

Element: useragent

Name useragent
Type anyType
Nillable no
Abstract no
Documentation User Agent Information
XML Instance Representation
<useragent> ... </useragent>
Schema Component Representation
<xsd:element name="useragent">
<xsd:element name="CATEGORY" minOccurs="0" maxOccurs="unbounded">
<xsd:simpleType>
<xsd:restriction base=" allCategories ">
<xsd:pattern value="computer"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:element>
top

Element: ymd.day

Name ymd.day
Type anyType
Nillable no
Abstract no
Documentation Day
XML Instance Representation
<ymd.day> ... </ymd.day>
Schema Component Representation
<xsd:element name="ymd.day">
<xsd:element name="CATEGORY" type=" allCategories " minOccurs="0" maxOccurs="unbounded"/>
</xsd:element>
top

Element: ymd.month

Name ymd.month
Type anyType
Nillable no
Abstract no
Documentation Month
XML Instance Representation
<ymd.month> ... </ymd.month>
Schema Component Representation
<xsd:element name="ymd.month">
<xsd:element name="CATEGORY" type=" allCategories " minOccurs="0" maxOccurs="unbounded"/>
</xsd:element>
top

Element: ymd.year

Name ymd.year
Type anyType
Nillable no
Abstract no
Documentation Year
XML Instance Representation
<ymd.year> ... </ymd.year>
Schema Component Representation
<xsd:element name="ymd.year">
<xsd:element name="CATEGORY" type=" allCategories " minOccurs="0" maxOccurs="unbounded"/>
</xsd:element>
top

Global Definitions

Simple Type: allCategories

Super-types: xs:string < allCategories (by restriction)
Sub-types: None
Name allCategories
Content
  • 'string' super type was not found in this schema. Its facets could not be printed out.
  • value = {'uniqueid'|'demographic'|'physical'|'online'|'computer'|'navigation'|'interactive'}
Schema Component Representation
<xsd:simpleType name="allCategories">
<xsd:restriction base=" xs:string ">
<xsd:enumeration value="uniqueid"/>
<xsd:enumeration value="demographic"/>
<xsd:enumeration value="physical"/>
<xsd:enumeration value="online"/>
<xsd:enumeration value="computer"/>
<xsd:enumeration value="navigation"/>
<xsd:enumeration value="interactive"/>
</xsd:restriction>
</xsd:simpleType>
top

Legend

Complex Type: AusAddress
Schema Component Type Schema Component Name
Super-types: Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base=" Address ">
<sequence>
<element name="state" type=" AusStates "/>
<element name="postcode">
<simpleType>
<restriction base=" string ">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type=" string " fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top

Generated by xs3p. Last modified: