| schema location: | Z:\schema\Rev0\User.xsd |
| attribute form default: | |
| element form default: | qualified |
| targetNamespace: | http://www.eamxml.org/schema/Rev0 |
| Elements | Complex types |
| User | UserType |
| diagram | ![]() |
||||||||||||||||||||||||||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||||||||||||||||||||||||||
| type | UserType | ||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||
| children | Person UserDefined | ||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||
| source | <xs:element name="User" type="UserType"/> |
| diagram | ![]() |
||||||||||||||||||||||||||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||||||||||||||||||||||||||
| children | Person UserDefined | ||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||
| source | <xs:complexType name="UserType"> <xs:sequence> <xs:element name="Person" type="PersonType" minOccurs="0"/> <xs:element name="UserDefined" type="UserDefinedType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="Id" type="xs:string" use="required"/> <xs:attribute name="EncryptedPassword" type="xs:string" use="optional"/> <xs:attribute name="Active" type="xs:boolean" use="optional"/> <xs:attribute name="Visible" type="xs:boolean" use="optional "/> <xs:attribute name="LastLogin" type="xs:date" use="optional "/> </xs:complexType> |
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:attribute name="Id" type="xs:string" use="required"/> |
| type | xs:string | ||||
| properties |
|
||||
| source | <xs:attribute name="EncryptedPassword" type="xs:string" use="optional"/> |
| type | xs:boolean | ||||
| properties |
|
||||
| source | <xs:attribute name="Active" type="xs:boolean" use="optional"/> |
| type | xs:boolean | ||||
| properties |
|
||||
| source | <xs:attribute name="Visible" type="xs:boolean" use="optional "/> |
| type | xs:date | ||||
| properties |
|
||||
| source | <xs:attribute name="LastLogin" type="xs:date" use="optional "/> |
| diagram | ![]() |
||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||
| type | PersonType | ||||||||||||
| properties |
|
||||||||||||
| children | UserId FirstName MiddleName LastName Title Suffix Gender Birthdate Position ContactInformation | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="Person" type="PersonType" minOccurs="0"/> |
| diagram | ![]() |
||||||||||||||||||||||||
| namespace | http://www.eamxml.org/schema/Rev0 | ||||||||||||||||||||||||
| type | UserDefinedType | ||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||
| source | <xs:element name="UserDefined" type="UserDefinedType" minOccurs="0" maxOccurs="unbounded"/> |