Back to SwissRETS

noNamespace
complexType person

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

Documentation
Personal information about people.
Properties
This component is not nillable.

Model
<...>
(function? ; givenName? ; familyName? ; email? ; mobile? ; phone? ; gender? ; note?)
</...>


Nested Element Summary
emailaddressemail
          
xs:stringfamilyName
          
xs:stringfunction
          
xs:stringgender
          
xs:stringgivenName
          
phoneNumbermobile
          
xs:stringnote
          
phoneNumberphone
          
Source
<xs:complexType name="person">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="function" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="givenName" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="familyName" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="email" type="emailaddress"/>
<xs:element maxOccurs="1" minOccurs="0" name="mobile" type="phoneNumber"/>
<xs:element maxOccurs="1" minOccurs="0" name="phone" type="phoneNumber"/>
<xs:element maxOccurs="1" minOccurs="0" name="gender" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="note" type="xs:string"/>
</xs:all>
</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.