Back to SwissRETS

noNamespace
complexType organization

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{}organization (restriction)

Properties
This component is not nillable.

Model
<...
  id = xs:string>
(address? ; legalName? ; brand? ; email? ; emailRem? ; phone? ; mobile? ; website)
</...>


Nested Element Summary
addressaddress
          
xs:stringbrand
          
emailaddressemail
          
emailaddressemailRem
          This field is depricated and will be removed in a future major version! 
xs:stringlegalName
          
phoneNumbermobile
          
phoneNumberphone
          
 website
          Sellers URL, typically the company website. 

Attribute Summary
 xs:stringid
          

Attribute Detail

id

Type:
xs:string
Use:
optional
Form:
unqualified

Source
<xs:complexType name="organization">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="address" type="address"/>
<xs:element maxOccurs="1" minOccurs="0" name="legalName" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="brand" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="email" type="emailaddress"/>
<xs:element maxOccurs="1" minOccurs="0" name="emailRem" type="emailaddress">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="phone" type="phoneNumber"/>
<xs:element maxOccurs="1" minOccurs="0" name="mobile" type="phoneNumber"/>
<xs:element maxOccurs="1" minOccurs="0" name="website">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:anyURI">
<xs:attribute name="title" type="xs:string"/>
<xs:attribute name="label" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="id" type="xs:string" use="optional"/>
</xs:complexType>

Back to SwissRETS

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.