Documentation for webEventSchema

Table of Contents

top

Schema Document Properties

Target Namespace None
Version 0.5
Language en
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
Documentation XML Schema for web-based events. (webEvent) Version 0.7.1 (2007-05-21) Created by Aperio Networks, LLC contact@aperionetworks.com

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema xml:lang="en" elementFormDefault="qualified" version="0.5">
<xs:include schemaLocation="eventTypes.xsd"/>
<xs:include schemaLocation="presenterRoles.xsd"/>
<xs:include schemaLocation="eventHostRoles.xsd"/>
<xs:include schemaLocation="eventContactRoles.xsd"/>
<xs:include schemaLocation="admissionTypes.xsd"/>
<xs:include schemaLocation="categories.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: admission

Name admission
Used by (from the same schema document) Element webEvent
Type xs:string
Nillable no
Abstract no
Documentation A string value denoting the price or requirement for admission for this web event
Logical Diagram
XML Instance Representation
<admission> xs:string </admission>
Diagram
Schema Component Representation
<xs:element name="admission" type=" xs:string "/>
top

Element: admissionType

Name admissionType
Used by (from the same schema document) Element webEvent
Type admissionTypes
Nillable no
Abstract no
Documentation Admission type for this web event. See enumerated values in admissionTypes.xsd
Logical Diagram
XML Instance Representation
<admissionType> admissionTypes </admissionType>
Diagram
Schema Component Representation
<xs:element name="admissionType" type=" admissionTypes "/>
top

Element: background

Name background
Used by (from the same schema document) Element eventHost
Type xs:string
Nillable no
Abstract no
Documentation Company or organization background and/or description of products/services
Logical Diagram
XML Instance Representation
<background> xs:string </background>
Diagram
Schema Component Representation
<xs:element name="background" type=" xs:string "/>
top

Element: biography

Name biography
Used by (from the same schema document) Element presenter
Type xs:string
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<biography> xs:string </biography>
Diagram
Schema Component Representation
<xs:element name="biography" type=" xs:string "/>
top

Element: categories

Name categories
Used by (from the same schema document) Element webEvent
Type categories
Nillable no
Abstract no
Documentation Categories for this web event. See enumerated values in categories.xsd
Logical Diagram
XML Instance Representation
<categories> categories </categories>
Diagram
Schema Component Representation
<xs:element name="categories" type=" categories "/>
top

Element: description

Name description
Used by (from the same schema document) Element webEvent
Type xs:string
Nillable no
Abstract no
Documentation Full description of this web event.
Logical Diagram
XML Instance Representation
<description> xs:string </description>
Diagram
Schema Component Representation
<xs:element name="description" type=" xs:string "/>
top

Element: dialInConferenceNumber

Name dialInConferenceNumber
Used by (from the same schema document) Element webEvent
Type xs:string
Nillable no
Abstract no
Documentation The dial-in audio conference number for this web event, if applicable
Logical Diagram
XML Instance Representation
<dialInConferenceNumber> xs:string </dialInConferenceNumber>
Diagram
Schema Component Representation
<xs:element name="dialInConferenceNumber" type=" xs:string "/>
top

Element: dialInConferencePasscode

Name dialInConferencePasscode
Used by (from the same schema document) Element webEvent
Type xs:string
Nillable no
Abstract no
Documentation The dial-in audio conference number pass or pin code for this web event, if applicable
Logical Diagram
XML Instance Representation
<dialInConferencePasscode> xs:string </dialInConferencePasscode>
Diagram
Schema Component Representation
<xs:element name="dialInConferencePasscode" type=" xs:string "/>
top

Element: disclaimer

Name disclaimer
Used by (from the same schema document) Element webEvent
Type xs:string
Nillable no
Abstract no
Documentation A disclaimer or legal notice for this web event
Logical Diagram
XML Instance Representation
<disclaimer> xs:string </disclaimer>
Diagram
Schema Component Representation
<xs:element name="disclaimer" type=" xs:string "/>
top

Element: email

Name email
Used by (from the same schema document) Element presenter , Element eventContact , Element eventHost
Type xs:string
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<email> xs:string </email>
Diagram
Schema Component Representation
<xs:element name="email" type=" xs:string "/>
top

Element: endTime

Name endTime
Used by (from the same schema document) Element webEvent
Type xs:dateTime
Nillable no
Abstract no
Documentation The end date and time for this web event. Must be after the start time. (Use ISO 8601 per W3C.org)
Logical Diagram
XML Instance Representation
<endTime> xs:dateTime </endTime>
Diagram
Schema Component Representation
<xs:element name="endTime" type=" xs:dateTime "/>
top

Element: eventContact

Name eventContact
Used by (from the same schema document) Element eventContacts
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h-780856161 h711030744 h-194022364 h-359951746 h-925601386 h-674502056 h-602562407 h-592539029
XML Instance Representation
<eventContact>
<!-- Mixed content -->
<eventContactRole> ... </eventContactRole> [1]
<firstName> ... </firstName> [0..1]
<lastName> ... </lastName> [0..1]
<jobTitle> ... </jobTitle> [0..1]
<organization> ... </organization> [0..1]
<website> ... </website> [0..1]
<email> ... </email> [0..1]
<phone> ... </phone> [0..1]
</eventContact>
Diagram
h-780856161 h711030744 h-194022364 h-359951746 h-925601386 h-674502056 h-602562407 h-592539029
Schema Component Representation
<xs:element name="eventContact">
<xs:complexType mixed="true">
<xs:sequence>
<xs:element ref=" eventContactRole "/>
<xs:element ref=" firstName " minOccurs="0"/>
<xs:element ref=" lastName " minOccurs="0"/>
<xs:element ref=" jobTitle " minOccurs="0"/>
<xs:element ref=" organization " minOccurs="0"/>
<xs:element ref=" website " minOccurs="0"/>
<xs:element ref=" email " minOccurs="0"/>
<xs:element ref=" phone " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: eventContactRole

Name eventContactRole
Used by (from the same schema document) Element eventContact
Type eventContactRoles
Nillable no
Abstract no
Documentation An event contact role as it relates to this web event. See enumerated values in eventContactRoles.xsd
Logical Diagram
XML Instance Representation
<eventContactRole> eventContactRoles </eventContactRole>
Diagram
Schema Component Representation
<xs:element name="eventContactRole" type=" eventContactRoles "/>
top

Element: eventContacts

Name eventContacts
Used by (from the same schema document) Element webEvent
Type Locally-defined complex type
Nillable no
Abstract no
Documentation Contacts for this web event
Logical Diagram
h-244740983
XML Instance Representation
<eventContacts>
Start Sequence [0..*]
<eventContact> ... </eventContact> [1]
End Sequence
</eventContacts>
Diagram
h-244740983
Schema Component Representation
<xs:element name="eventContacts">
<xs:complexType>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element ref=" eventContact "/>
</xs:sequence>
</xs:complexType>
</xs:element>
top

Element: eventHost

Name eventHost
Used by (from the same schema document) Element eventHosts
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h1269791477 h-925601386 h-588016047 h-674502056 h-592539029 h-602562407 h-1556337279
XML Instance Representation
<eventHost>
<!-- Mixed content -->
<eventHostRole> ... </eventHostRole> [1]
<organization> ... </organization> [1]
<background> ... </background> [0..1]
<website> ... </website> [0..1]
<phone> ... </phone> [0..1]
<email> ... </email> [0..1]
<logoUrl> ... </logoUrl> [0..1]
</eventHost>
Diagram
h1269791477 h-925601386 h-588016047 h-674502056 h-592539029 h-602562407 h-1556337279
Schema Component Representation
<xs:element name="eventHost">
<xs:complexType mixed="true">
<xs:sequence>
<xs:element ref=" eventHostRole "/>
<xs:element ref=" organization "/>
<xs:element ref=" background " minOccurs="0"/>
<xs:element ref=" website " minOccurs