Schema Person.xsd


schema location:  Z:\schema\Rev0\Person.xsd
attribute form default: 
element form default:  qualified
targetNamespace:  http://www.eamxml.org/schema/Rev0
 
Elements  Complex types 
Person  PersonType 


element Person
diagram Person_p1.png
namespace http://www.eamxml.org/schema/Rev0
type PersonType
properties
content complex
children UserId FirstName MiddleName LastName Title Suffix Gender Birthdate Position ContactInformation
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
source <xs:element name="Person" type="PersonType"/>

complexType PersonType
diagram Person_p2.png
namespace http://www.eamxml.org/schema/Rev0
children UserId FirstName MiddleName LastName Title Suffix Gender Birthdate Position ContactInformation
used by
element Person
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
source <xs:complexType name="PersonType">
 
<xs:sequence>
   
<xs:element name="UserId" type="xs:string" minOccurs="0"/>
   
<xs:element name="FirstName" type="xs:string" minOccurs="0"/>
   
<xs:element name="MiddleName" type="xs:string" minOccurs="0"/>
   
<xs:element name="LastName" type="xs:string" minOccurs="0"/>
   
<xs:element name="Title" type="xs:string" minOccurs="0"/>
   
<xs:element name="Suffix" type="xs:string" minOccurs="0"/>
   
<xs:element name="Gender" type="xs:string" minOccurs="0"/>
   
<xs:element name="Birthdate" type="xs:date" minOccurs="0"/>
   
<xs:element name="Position" type="PositionType" minOccurs="0" maxOccurs="unbounded"/>
   
<xs:element name="ContactInformation" type="ContactType" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="Id" type="xs:string" use="required"/>
</xs:complexType>

attribute PersonType/@Id
type xs:string
properties
isRef 0
use required
source <xs:attribute name="Id" type="xs:string" use="required"/>

element PersonType/UserId
diagram Person_p3.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="UserId" type="xs:string" minOccurs="0"/>

element PersonType/FirstName
diagram Person_p4.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="FirstName" type="xs:string" minOccurs="0"/>

element PersonType/MiddleName
diagram Person_p5.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="MiddleName" type="xs:string" minOccurs="0"/>

element PersonType/LastName
diagram Person_p6.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="LastName" type="xs:string" minOccurs="0"/>

element PersonType/Title
diagram Person_p7.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="Title" type="xs:string" minOccurs="0"/>

element PersonType/Suffix
diagram Person_p8.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="Suffix" type="xs:string" minOccurs="0"/>

element PersonType/Gender
diagram Person_p9.png
namespace http://www.eamxml.org/schema/Rev0
type xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="Gender" type="xs:string" minOccurs="0"/>

element PersonType/Birthdate
diagram Person_p10.png
namespace http://www.eamxml.org/schema/Rev0
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="Birthdate" type="xs:date" minOccurs="0"/>

element PersonType/Position
diagram Person_p11.png
namespace http://www.eamxml.org/schema/Rev0
type PositionType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children PositionId PositionTitle PositionStartDate PositionEndDate
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
source <xs:element name="Position" type="PositionType" minOccurs="0" maxOccurs="unbounded"/>

element PersonType/ContactInformation
diagram Person_p12.png
namespace http://www.eamxml.org/schema/Rev0
type ContactType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children Phone Fax Email EDI SMS Pager Mobile InstantMessenger ContactValue
attributes
Name  Type  Use  Default  Fixed  annotation
Idxs:stringrequired      
Descriptionxs:stringoptional      
source <xs:element name="ContactInformation" type="ContactType" minOccurs="0" maxOccurs="unbounded"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy