DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "LocationType"
Namespace:
Content:
complex, 7 attributes, 14 elements
Defined:
globally in archive.xsd, see XML source
Includes:
definitions of 1 attribute and 13 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isIdentifiable
 = 
"true"
    objectSource
 = 
xs:anyURI
    privacy
 = 
(xs:string | ("public" | "restricted" | "private"))
    type
 = 
xs:string
    urn
 = 
xs:anyURI
    >
   
Content: 
UserID*, LocationReference?, LocationName*, Nickname*, Address*, Country?, Telephone*, URL*, Email*, InstantMessaging*, GeographicLocation?, RegionalCoverage?, r:TimeZone?, Note*
</...>
Content Model Elements (14):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes a physical location
Type Definition Detail
Type Derivation Tree
  r:IdentifiableType (extension)
      LocationType (extension)
XML Source (w/o annotations (15); see within schema source)
<xs:complexType name="LocationType">
<xs:complexContent>
<xs:extension base="r:IdentifiableType">
<xs:sequence>
<xs:element minOccurs="0" ref="LocationReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="LocationName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Nickname"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Address"/>
<xs:element minOccurs="0" ref="Country"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Telephone"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="URL"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Email"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="InstantMessaging"/>
<xs:element minOccurs="0" ref="GeographicLocation"/>
<xs:element minOccurs="0" ref="RegionalCoverage"/>
<xs:element minOccurs="0" ref="r:TimeZone"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Note" type="xs:string"/>
</xs:sequence>
<xs:attribute name="type" type="xs:string"/>
<xs:attributeGroup ref="PRIVACY"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (defined in this component only; 1/7)
type
Type:
xs:string, predefined
Use:
optional
Type of location e.g. home, primary office, alternate office etc.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="type" type="xs:string"/>
Content Element Detail (defined in this component only; 13/14)
Address
Type:
AddressType, mixed content
Street address of the location
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Address"/>

Country
Type:
r:CountryType, simple content
Country of the location
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Country"/>

Email
Type:
r:EmailType, simple content
Generic email address for the location
Simple Content
xs:string
Pattern:
([\.a-zA-Z0-9_\-])+@([a-zA-Z0-9_\-])+(([a-zA-Z0-9_\-])*\.([a-zA-Z0-9_\-])+)+
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Email"/>

GeographicLocation
Type:
r:PointType, complex content
Geographic coordinate point for the location
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="GeographicLocation"/>

InstantMessaging
Type:
InstantMessagingType, simple content
IMessaging identification for the location
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="InstantMessaging"/>

LocationName
Type:
r:NameType, simple content
Location name
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="LocationName"/>

LocationReference
Type:
r:ReferenceType, complex content
Allows for inclusion by reference of a location
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="LocationReference"/>

Nickname
Type:
Brief name for the location
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Nickname"/>

Note
Type:
xs:string, predefined, simple content
Note regarding the location being described.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="Note" type="xs:string"/>

r:TimeZone
Type:
r:TimeZoneCodeType, simple content
Time zone of the location expressed as code.
Simple Content
enumeration of xs:string
Enumeration:
"Other", "12.00", "11.45", "11.30", "11.15", "11.00", "10.45", "10.30", "10.15", "10.00", "09.45", "09.30", "09.15", "09.00", "08.45", "08.30", "08.15", "08.00", "07.45", "07.30", "07.15", "07.00", "06.45", "06.30", "06.15", "06.00", "05.45", "05.30", "05.15", "05.00", "04.45", "04.30", "04.15", "04.00", "03.45", "03.30", "03.15", "03.00", "02.45", "02.30", "02.15", "02.00", "01.45", "01.30", "01.15", "01.00", "00.45", "00.30", "00.15", "00.00", "-00.15", "-00.30", "-00.45", "-01.00", "-01.15", "-01.30", "-01.45", "-02.00", "-02.15", "-02.30", "-02.45", "-03.00", "-03.15", "-03.30", "-03.45", "-04.00", "-04.15", "-04.30", "-04.45", "-05.00", "-05.15", "-05.30", "-05.45", "-06.00", "-06.15", "-06.30", "-06.45", "-07.00", "-07.15", "-07.30", "-07.45", "-08.00", "-08.15", "-08.30", "-08.45", "-09.00", "-09.15", "-09.30", "-09.45", "-10.00", "-10.15", "-10.30", "-10.45", "-11.00", "-11.15", "-11.30", "-11.45", "-12.00"
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:TimeZone"/>

RegionalCoverage
Type:
r:CodeValueType, simple content
The region where the organization is active.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="RegionalCoverage"/>

Telephone
Type:
TelephoneType, simple content
Telephone number for the location
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Telephone"/>

URL
Type:
URLType, simple content
URL for the location's website.
Simple Content
xs:anyURI
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="URL"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set