HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » ShareSaleTax | ExerciseDate | CarrierParty | CandidateType | UserAccountType »
| Name |
UserAccountType |
| Documentation |
Dictionary Entry Name: User Account. Details
Definition: Contains a set of information used to establish and maintain user accounts for an application or system.
|
XML Instance Representation
Schema Component Representation
<
xsd:complexType name="
UserAccountType">
<
xsd:sequence>
<
xsd:element ref="
VersionID"
minOccurs="
0"/>
<
xsd:element ref="
Party"
minOccurs="
0"/>
<
xsd:element ref="
UserID"
minOccurs="
0"/>
<
xsd:element ref="
Communication"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element ref="
UserRole"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element ref="
Notification"
minOccurs="
0"
maxOccurs="
unbounded"/>
<
xsd:element ref="
UserArea"
minOccurs="
0"/>
</
xsd:sequence>
</
xsd:complexType>