XML DTD -
Schema has:
303 element definitions and 20 element attribute definitions.
Posible root elements: < ADPr_DOCUMENT >  

Element list

Element ADPr_DOCUMENT
 
diagram
attributes doctype   Version  
uses Header   Context   Actions  
 
used byNot used by other elements. Possible root element.
content a sequence of elements
occurrence required (default)
 
AttributeDatatypeRequiredValuesDefault
doctypeEnumerationYesBusinessChange   TaskStatus  
Version string (default) no (default) 1.0
 
source
<!ELEMENT ADPr_DOCUMENT (Header , Context , Actions )>
<!--The ADPr document currently supports two (2) types: BusinessChange and Status. The BusinessChange type indicates that the contents of the document is the result of a business process that adds, changes, or deletes a user relative to the business. The TaskStatus type indicates that the document contains a response to the Action(s) requested by a previous ADPr BusinessChange document.-->
<!ATTLIST ADPr_DOCUMENT doctype (BusinessChange | TaskStatus ) #REQUIRED>
<!ATTLIST ADPr_DOCUMENT Version CDATA "1.0">  

Element Actions
 
diagram
description The ACTIONS section is an envelope that contains the administrative user and a sequence of tasks to be performed on the taget system. Note that the enocde provide a choice of repeatable tasks to ensure that you can only select on task type but perform as many of them as is deemed necessary.
attributes
uses User   HR_Task   LDAP_Task   NT_Task   UNIX_Task   MAIL_Task   Exchange_Task   Notes_Task   SCP_Task   RACF_Task  
 
used byADPr_DOCUMENT  
content a sequence of elements
occurrence required (default)
 
source
<!--The ACTIONS section is an envelope that contains the administrative user and a sequence of tasks to be performed on the taget system. Note that the enocde provide a choice of repeatable tasks to ensure that you can only select on task type but perform as many of them as is deemed necessary.-->
<!ELEMENT Actions (User , (HR_Task+ | LDAP_Task+ | NT_Task+ | UNIX_Task+ | MAIL_Task+ | Exchange_Task+ | Notes_Task+ | SCP_Task+ | RACF_Task+ ) )>  

Element HRAlternateSupervisior
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRAlternateSupervisior (CurrentValue , GoalValue )>  

Element Auditing
 
diagram
attributes string   Enable  
uses
 
used byHeader  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
string      
EnableEnumeration no (default) True   False   False
 
source
<!ELEMENT Auditing (#PCDATA )>
<!ATTLIST Auditing Enable (True | False ) 'False' e-dtype NMTOKEN #FIXED 'string' >  

Element Authentication
 
diagram
description This element will contain all of the information necessary to properly identify the sender to the target system. It will also carry the information required for the target system to understand how to decrypt the CONTEXT and ACTIONS sections if they were encrypted.
attributes
uses SiteCertificate  
 
used byHeader  
content a sequence of elements
occurrence required (default)
 
source
<!--This element will contain all of the information necessary to properly identify the sender to the target system. It will also carry the information required for the target system to understand how to decrypt the CONTEXT and ACTIONS sections if they were encrypted.-->
<!ELEMENT Authentication (SiteCertificate? )>  

Element Authorization
 
diagram
description This element will contain all of the information necessary to authorize the transaction on the target system. It is used in conjunction with the information in the authentication section which identified the user.
attributes
uses
 
used byHeader  
content empty
occurrence
 
source
<!--This element will contain all of the information necessary to authorize the transaction on the target system. It is used in conjunction with the information in the authentication section which identified the user.-->
<!ELEMENT Authorization EMPTY>  

Element HRBuilding
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRBuilding (CurrentValue , GoalValue )>  

Element HRBusinessUnit
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRBusinessUnit (CurrentValue , GoalValue )>  

Element HRCellularNumber
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRCellularNumber (CurrentValue , GoalValue )>  

Element HRChangeDescription
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRChangeDescription (CurrentValue , GoalValue )>  

Element HRCity
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRCity (CurrentValue , GoalValue )>  

Element Context
 
diagram
description The CONTEXT defined the bounding parameters that form the environment for the transaction. For example, this element can contian information about contracts and SLAs or machine, domain, and groups.
attributes
uses Source   EffectiveDate   Role   Scope   TransactionPolicy   BusinessPolicy  
 
used byADPr_DOCUMENT  
content a sequence of elements
occurrence required (default)
 
source
<!--The CONTEXT defined the bounding parameters that form the environment for the transaction. For example, this element can contian information about contracts and SLAs or machine, domain, and groups.-->
<!ELEMENT Context (Source , EffectiveDate , Role , Scope , TransactionPolicy , BusinessPolicy+ )>  

Element HRCountry
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRCountry (CurrentValue , GoalValue )>  

Element HR_Data
 
diagram
attributes
uses HRAlternateSupervisior   HRBuilding   HRBusinessUnit   HRCellularNumber   HRChangeDescription   HRCity   HRCountry   HRDepartmentName   HRDuration   HREndDate   HRHireDate   HRHomePhone   HRLocationFloor   HRLocationOffice   HRMiddleName   HRName   HROfficePhoneExtention   HROfficePhoneNumber   HRPagerNumber   HRPhotoURL   HRPosition   HRPriority   HRReason   HRSecurityLevel   HRSite   HRSocialSecurity   HRStartWorking   HRState   HRStreet   HRSupervisior   HRZip  
 
used byHR_Task  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HR_Data (HRAlternateSupervisior , HRBuilding , HRBusinessUnit , HRCellularNumber , HRChangeDescription , HRCity , HRCountry , HRDepartmentName , HRDuration , HREndDate , HRHireDate , HRHomePhone , HRLocationFloor , HRLocationOffice , HRMiddleName , HRName , HROfficePhoneExtention , HROfficePhoneNumber , HRPagerNumber , HRPhotoURL , HRPosition , HRPriority , HRReason , HRSecurityLevel , HRSite , HRSocialSecurity , HRStartWorking , HRState , HRStreet , HRSupervisior , HRZip )>  

Element HRDepartmentName
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRDepartmentName (CurrentValue , GoalValue )>  

Element HRDuration
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRDuration (CurrentValue , GoalValue )>  

Element EffectiveDate
 
diagram
description The date when the actions should have completed (be in effect)
attributes dateTime  
uses
 
used byContext  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
dateTime      
 
source
<!--The date when the actions should have completed (be in effect)-->
<!ELEMENT EffectiveDate (#PCDATA )>
<!ATTLIST EffectiveDate e-dtype NMTOKEN #FIXED 'dateTime' >  

Element HREndDate
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HREndDate (CurrentValue , GoalValue )>  

Element NotesEndDate
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byNotes_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT NotesEndDate (CurrentValue , GoalValue )>  

Element Escalation
 
diagram
description Defines the person or role to which a processing error should be escalated
attributes string  
uses
 
used byExchange_Task   HR_Task   LDAP_Task   MAIL_Task   NT_Task   RACF_Task   SCP_Task   UNIX_Task  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
string      
 
source
<!--Defines the person or role to which a processing error should be escalated-->
<!ELEMENT Escalation (#PCDATA )>
<!ATTLIST Escalation e-dtype NMTOKEN #FIXED 'string' >  

Element Header
 
diagram
description The HEADER contains all of the authentication, authorization, and administrative information required to support the transaction.
attributes Transaction   Sequence  
uses Authentication   Authorization   Auditing   ADPr_ID  
 
used byADPr_DOCUMENT  
content a sequence of elements
occurrence required (default)
 
AttributeDatatypeRequiredValuesDefault
TransactionCDataYes1
SequenceCDataYes1
int      
int      
int      
int      
 
source
<!--The HEADER contains all of the authentication, authorization, and administrative information required to support the transaction.-->
<!ELEMENT Header (Authentication , Authorization , Auditing , ADPr_ID )>
<!--The Transaction and Sequence attributes are used in conjunction with the ADPr ID to manage the sequence of transmission within one (1) transaction. They can be used to denote direction and flow of the conversation.-->
<!ATTLIST Header Transaction CDATA #FIXED "1">
<!ATTLIST Header Sequence CDATA #FIXED "1">
<!ATTLIST Header a-dtype NMTOKENS "Transaction int Sequence int">  

Element HRHireDate
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRHireDate (CurrentValue , GoalValue )>  

Element HRHomePhone
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRHomePhone (CurrentValue , GoalValue )>  

Element HRLocationFloor
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRLocationFloor (CurrentValue , GoalValue )>  

Element HRLocationOffice
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRLocationOffice (CurrentValue , GoalValue )>  

Element HRMiddleName
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRMiddleName (CurrentValue , GoalValue )>  

Element ExchgName
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byExchange_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT ExchgName (CurrentValue , GoalValue )>  

Element HRName
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRName (CurrentValue , GoalValue )>  

Element HROfficePhoneExtention
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HROfficePhoneExtention (CurrentValue , GoalValue )>  

Element HROfficePhoneNumber
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HROfficePhoneNumber (CurrentValue , GoalValue )>  

Element HRPagerNumber
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRPagerNumber (CurrentValue , GoalValue )>  

Element HRPhotoURL
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRPhotoURL (CurrentValue , GoalValue )>  

Element HRPosition
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRPosition (CurrentValue , GoalValue )>  

Element HRPriority
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRPriority (CurrentValue , GoalValue )>  

Element HRReason
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRReason (CurrentValue , GoalValue )>  

Element HRSecurityLevel
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRSecurityLevel (CurrentValue , GoalValue )>  

Element HRSite
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRSite (CurrentValue , GoalValue )>  

Element SiteCertificate
 
diagram
description Rather than containing a certificate, this element contains the name of the public key that was used to encrypt the data so that the target system can use the matching private key to decrypt it.
attributes
uses
 
used byAuthentication  
content empty
occurrence
 
source
<!--Rather than containing a certificate, this element contains the name of the public key that was used to encrypt the data so that the target system can use the matching private key to decrypt it.-->
<!ELEMENT SiteCertificate EMPTY>  

Element HRSocialSecurity
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRSocialSecurity (CurrentValue , GoalValue )>  

Element Source
 
diagram
description Name of the origin system
attributes string  
uses
 
used byContext  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
string      
 
source
<!--Name of the origin system-->
<!ELEMENT Source (#PCDATA )>
<!ATTLIST Source e-dtype NMTOKEN #FIXED 'string' >  

Element HRStartWorking
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRStartWorking (CurrentValue , GoalValue )>  

Element HRState
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRState (CurrentValue , GoalValue )>  

Element HRStreet
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRStreet (CurrentValue , GoalValue )>  

Element HRSupervisior
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRSupervisior (CurrentValue , GoalValue )>  

Element HRZip
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byHR_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT HRZip (CurrentValue , GoalValue )>  

Element Type
 
diagram
description A common element of all tasks that conveys the name of the action to perform. Typical values for this field may include but are not limited to "add", "change", "delete", "enable", "disable", "suspend", "renew", etc.
attributes
uses
 
used byExchange_Task   HR_Task   LDAP_Task   MAIL_Task   Notes_Task   NT_Task   RACF_Task   SCP_Task   UNIX_Task  
content character data and a sequence of elements
occurrence required (default)
 
source
<!--A common element of all tasks that conveys the name of the action to perform. Typical values for this field may include but are not limited to "add", "change", "delete", "enable", "disable", "suspend", "renew", etc.-->
<!ELEMENT Type ANY>  

Element TargetDate
 
diagram
attributes date  
uses
 
used byExchange_Task   HR_Task   LDAP_Task   MAIL_Task   Notes_Task   NT_Task   RACF_Task   SCP_Task   UNIX_Task  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
date      
 
source
<!ELEMENT TargetDate (#PCDATA )>
<!ATTLIST TargetDate e-dtype NMTOKEN #FIXED 'date' >  

Element StartDate
 
diagram
attributes dateTime  
uses
 
used byExchange_Task   HR_Task   LDAP_Task   MAIL_Task   Notes_Task   NT_Task   RACF_Task   SCP_Task   UNIX_Task  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
dateTime      
 
source
<!ELEMENT StartDate (#PCDATA )>
<!ATTLIST StartDate e-dtype NMTOKEN #FIXED 'dateTime' >  

Element Owner
 
diagram
attributes NMTOKEN  
uses
 
used byExchange_Task   HR_Task   LDAP_Task   MAIL_Task   Notes_Task   NT_Task   RACF_Task   SCP_Task   UNIX_Task  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
NMTOKEN      
 
source
<!ELEMENT Owner (#PCDATA )>
<!ATTLIST Owner e-dtype NMTOKEN #FIXED 'NMTOKEN' >  

Element Status
 
diagram
attributes string  
uses
 
used byExchange_Task   HR_Task   LDAP_Task   MAIL_Task   Notes_Task   NT_Task   RACF_Task   SCP_Task   UNIX_Task  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
string      
 
source
<!ELEMENT Status (#PCDATA )>
<!ATTLIST Status e-dtype NMTOKEN #FIXED 'string' >  

Element Comment
 
diagram
attributes string  
uses
 
used byExchange_Task   HR_Task   LDAP_Task   MAIL_Task   Notes_Data   Notes_Task   NT_Task   RACF_Task   SCP_Task   UNIX_Task   User  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
string      
 
source
<!ELEMENT Comment (#PCDATA )>
<!ATTLIST Comment e-dtype NMTOKEN #FIXED 'string' >  

Element ApprovedBy
 
diagram
attributes string  
uses
 
used byExchange_Task   HR_Task   LDAP_Task   MAIL_Task   Notes_Task   NT_Task   RACF_Task   SCP_Task   UNIX_Task  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
string      
 
source
<!ELEMENT ApprovedBy (#PCDATA )>
<!ATTLIST ApprovedBy e-dtype NMTOKEN #FIXED 'string' >  

Element SCP_Task
 
diagram
description A task that allows the eProvisioning of resources that have been procured either manually or electronically.
attributes
uses Type   Description   TargetDate   StartDate   Owner   Escalation   Status   Comment   ApprovedBy   SCP_Data  
 
used byActions  
content a sequence of elements
occurrence required (default)
 
source
<!--A task that allows the eProvisioning of resources that have been procured either manually or electronically.-->
<!ELEMENT SCP_Task (Type , Description , TargetDate , StartDate , Owner , Escalation , Status , Comment , ApprovedBy , SCP_Data )>  

Element Exchange_Task
 
diagram
description A task that allows adding, modifying, or deleting Exchange accounts.
attributes
uses Type   Description   TargetDate   StartDate   Owner   Escalation   Status   Comment   ApprovedBy   Exchange_Data  
 
used byActions  
content a sequence of elements
occurrence required (default)
 
source
<!--A task that allows adding, modifying, or deleting Exchange accounts.-->
<!ELEMENT Exchange_Task (Type , Description , TargetDate , StartDate , Owner , Escalation , Status , Comment , ApprovedBy , Exchange_Data )>  

Element Notes_Task
 
diagram
description A task that allows adding, modifying, or deleting Notes accounts.
attributes
uses Type   Description   TargetDate   StartDate   Owner   Status   Comment   ApprovedBy   Notes_Data  
 
used byActions  
content a sequence of elements
occurrence required (default)
 
source
<!--A task that allows adding, modifying, or deleting Notes accounts.-->
<!ELEMENT Notes_Task (Type , Description , TargetDate , StartDate , Owner , Status , Comment , ApprovedBy , Notes_Data )>  

Element LDAP_Task
 
diagram
description A task that allows adding, modifying, or deleting directory entries.
attributes
uses Type   Description   TargetDate   StartDate   Owner   Escalation   Status   Comment   ApprovedBy   LDAP_Data  
 
used byActions  
content a sequence of elements
occurrence required (default)
 
source
<!--A task that allows adding, modifying, or deleting directory entries.-->
<!ELEMENT LDAP_Task (Type , Description , TargetDate , StartDate , Owner , Escalation , Status , Comment , ApprovedBy , LDAP_Data )>  

Element UNIX_Task
 
diagram
description A task that allows adding, modifying, or deleting UNIX accounts.
attributes
uses Type   Description   TargetDate   StartDate   Owner   Escalation   Status   Comment   ApprovedBy   UNIX_Data  
 
used byActions  
content a sequence of elements
occurrence required (default)
 
source
<!--A task that allows adding, modifying, or deleting UNIX accounts.-->
<!ELEMENT UNIX_Task (Type , Description , TargetDate , StartDate , Owner , Escalation , Status , Comment , ApprovedBy , UNIX_Data )>  

Element MAIL_Task
 
diagram
description A task that allows adding, modifying, or deleting POP3 or IMAP4 mail accounts.
attributes
uses Type   Description   TargetDate   StartDate   Owner   Escalation   Status   Comment   ApprovedBy   MAIL_Data  
 
used byActions  
content a sequence of elements
occurrence required (default)
 
source
<!--A task that allows adding, modifying, or deleting POP3 or IMAP4 mail accounts.-->
<!ELEMENT MAIL_Task (Type , Description , TargetDate , StartDate , Owner , Escalation , Status , Comment , ApprovedBy , MAIL_Data )>  

Element NT_Task
 
diagram
description A task that allows adding, modifying, or deleting Windows NT accounts.
attributes
uses Type   Description   TargetDate   StartDate   Owner   Escalation   Status   Comment   ApprovedBy   NT_Data  
 
used byActions  
content a sequence of elements
occurrence required (default)
 
source
<!--A task that allows adding, modifying, or deleting Windows NT accounts.-->
<!ELEMENT NT_Task (Type , Description , TargetDate , StartDate , Owner , Escalation , Status , Comment , ApprovedBy , NT_Data )>  

Element HR_Task
 
diagram
description A task that allows adding, modifying, or deleting people in an HR system.
attributes
uses Type   Description   TargetDate   StartDate   Owner   Escalation   Status   Comment   ApprovedBy   HR_Data  
 
used byActions  
content a sequence of elements
occurrence required (default)
 
source
<!--A task that allows adding, modifying, or deleting people in an HR system.-->
<!ELEMENT HR_Task (Type , Description , TargetDate , StartDate , Owner , Escalation , Status , Comment , ApprovedBy , HR_Data )>  

Element User
 
diagram
attributes
uses UID   Org   CommonName   SurName   Comment   Department   Site  
 
used byActions  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT User (UID , Org , CommonName , SurName , Comment , Department , Site )>  

Element UID
 
diagram
description A unique identifier created by the origin system and contained by all ADPr documents that relate to the same transaction.
attributes uuid  
uses
 
used byUser  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
uuid      
 
source
<!--A unique identifier created by the origin system and contained by all ADPr documents that relate to the same transaction.-->
<!ELEMENT UID (#PCDATA )>
<!ATTLIST UID e-dtype NMTOKEN #FIXED 'uuid' >  

Element Org
 
diagram
description Organization Name
attributes string  
uses
 
used byScope   User  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
string      
 
source
<!--Organization Name-->
<!ELEMENT Org (#PCDATA )>
<!ATTLIST Org e-dtype NMTOKEN #FIXED 'string' >  

Element CommonName
 
diagram
description Complete common name including prefixes and suffices
attributes string  
uses
 
used byUser  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
string      
 
source
<!--Complete common name including prefixes and suffices-->
<!ELEMENT CommonName (#PCDATA )>
<!ATTLIST CommonName e-dtype NMTOKEN #FIXED 'string' >  

Element SurName
 
diagram
description Surname / Family Name without any suffices
attributes string  
uses
 
used byUser  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
string      
 
source
<!--Surname / Family Name without any suffices-->
<!ELEMENT SurName (#PCDATA )>
<!ATTLIST SurName e-dtype NMTOKEN #FIXED 'string' >  

Element Scope
 
diagram
description Part of the data used within the context to establish the boundaries of the transactions.
attributes
uses Org   Role   Contract_or_SLA  
 
used byContext  
content a sequence of elements
occurrence required (default)
 
source
<!--Part of the data used within the context to establish the boundaries of the transactions.-->
<!ELEMENT Scope (Org , Role , Contract_or_SLA )>  

Element BusinessPolicy
 
diagram
description Contains data identifying policies that may govern or limit the actions
attributes
uses PolicyName   PolicyData  
 
used byContext  
content a sequence of elements
occurrence required (default)
 
source
<!--Contains data identifying policies that may govern or limit the actions-->
<!ELEMENT BusinessPolicy (PolicyName , PolicyData )>  

Element Role
 
diagram
attributes string  
uses
 
used byContext   Scope  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
string      
 
source
<!ELEMENT Role (#PCDATA )>
<!ATTLIST Role e-dtype NMTOKEN #FIXED 'string' >  

Element Contract_or_SLA
 
diagram
attributes string  
uses
 
used byScope  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
string      
 
source
<!ELEMENT Contract_or_SLA (#PCDATA )>
<!ATTLIST Contract_or_SLA e-dtype NMTOKEN #FIXED 'string' >  

Element PolicyName
 
diagram
description Descriptive Name of Policy
attributes string  
uses
 
used byBusinessPolicy  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
string      
 
source
<!--Descriptive Name of Policy-->
<!ELEMENT PolicyName (#PCDATA )>
<!ATTLIST PolicyName e-dtype NMTOKEN #FIXED 'string' >  

Element PolicyData
 
diagram
description policy descriptor and associated data
attributes string  
uses
 
used byBusinessPolicy  
content character data
occurrence
 
AttributeDatatypeRequiredValuesDefault
string      
 
source
<!--policy descriptor and associated data-->
<!ELEMENT PolicyData (#PCDATA )>
<!ATTLIST PolicyData e-dtype NMTOKEN #FIXED 'string' >  

Element LDAP_Data
 
diagram
description Default LDAP Person Schema based on InetOrgPerson
attributes
uses IOPcn   IOPsn   IOPbusinessCategory   IOPcarLicense   IOPdepartmentNumber   IOPdescription   IOPemployeeNumber   IOPemployeeType   IOPfacsimileTelephoneNumber   IOPgivenName   IOPhomePhone   IOPhomePostalAddress   IOPinitials   IOPjpegPhoto   IOPl   IOPlabeledURI   IOPmail   IOPmanager   IOPmobile   IOPou   IOPpager   IOPphysicalDeliveryOfficeName   IOPpostalAddress   IOPpostalCode   IOPpostOfficeBox   IOPpreferredDeliveryMethod   IOProomNumber   IOPsecretary   IOPseeAlso   IOPst   IOPstreetAddress   IOPsubtreeACI   IOPtelephoneNumber   IOPtitle   IOPuid   IOPuserPassword  
 
used byLDAP_Task  
content a sequence of elements
occurrence required (default)
 
source
<!--Default LDAP Person Schema based on InetOrgPerson-->
<!ELEMENT LDAP_Data (IOPcn , IOPsn , IOPbusinessCategory , IOPcarLicense , IOPdepartmentNumber , IOPdescription , IOPemployeeNumber , IOPemployeeType , IOPfacsimileTelephoneNumber , IOPgivenName , IOPhomePhone , IOPhomePostalAddress , IOPinitials , IOPjpegPhoto , IOPl , IOPlabeledURI , IOPmail , IOPmanager , IOPmobile , IOPou , IOPpager , IOPphysicalDeliveryOfficeName , IOPpostalAddress , IOPpostalCode , IOPpostOfficeBox , IOPpreferredDeliveryMethod , IOProomNumber , IOPsecretary , IOPseeAlso , IOPst , IOPstreetAddress , IOPsubtreeACI , IOPtelephoneNumber , IOPtitle , IOPuid , IOPuserPassword )>  

Element Exchange_Data
 
diagram
description Default data elements that are required to create or maintain a Microsoft Exchange user account
attributes
uses ExchgCustom1   ExchgHttp   ExchgImap4   ExchgLdap   ExchgNntp   ExchgOrgname   ExchgPop3   ExchgServer   ExchgSmtp   ExchgTemplate   ExchgName   ExchgSiteName   ExchgDomainName   ExchgGroups  
 
used byExchange_Task  
content a sequence of elements
occurrence required (default)
 
source
<!--Default data elements that are required to create or maintain a Microsoft Exchange user account-->
<!ELEMENT Exchange_Data (ExchgCustom1 , ExchgHttp , ExchgImap4 , ExchgLdap , ExchgNntp , ExchgOrgname , ExchgPop3 , ExchgServer , ExchgSmtp , ExchgTemplate , ExchgName , ExchgSiteName , ExchgDomainName , ExchgGroups )>  

Element Notes_Data
 
diagram
description Default data elements that are required to create or maintain a Lotus Notes user account
attributes
uses Comment   NotesDirectory   NotesDn   NotesEndDate   NotesExpDate   NotesForward   NotesGroups   NotesIdfile   NotesLogin   NotesMailfile   NotesMailServer   NotesMinPassLen   NotesOrgUnit   NotesPass   NotesPassword   NotesServer   NotesUserType   NotesWorkLocation  
 
used byNotes_Task  
content a sequence of elements
occurrence required (default)
 
source
<!--Default data elements that are required to create or maintain a Lotus Notes user account-->
<!ELEMENT Notes_Data (Comment , NotesDirectory , NotesDn , NotesEndDate , NotesExpDate , NotesForward , NotesGroups , NotesIdfile , NotesLogin , NotesMailfile , NotesMailServer , NotesMinPassLen , NotesOrgUnit , NotesPass , NotesPassword , NotesServer , NotesUserType , NotesWorkLocation )>  

Element NT_Data
 
diagram
description Default data elements that are required to create or maintain a Microsoft NT user account
attributes
uses NTCallBack   NTComment   NTComputerName   NTConnect   NTDialin   NTDisable   NTDomain   NTEndDate   NTFullName   NTGlobalAccount   NTGroups   NTHomeDir   NTLocalAccount   NTLockout   NTLogin   NTMayLogon   NTMayLogOntos   NTPassMustChange   NTPassNeverExp   NTPassword   NTPresentTo   NTProfilePath   NTScript   NTSetByCaller   NTTemplate  
 
used byNT_Task  
content a sequence of elements
occurrence required (default)
 
source
<!--Default data elements that are required to create or maintain a Microsoft NT user account-->
<!ELEMENT NT_Data (NTCallBack , NTComment , NTComputerName , NTConnect , NTDialin , NTDisable , NTDomain , NTEndDate , NTFullName , NTGlobalAccount , NTGroups , NTHomeDir , NTLocalAccount , NTLockout , NTLogin , NTMayLogon , NTMayLogOntos , NTPassMustChange , NTPassNeverExp , NTPassword , NTPresentTo , NTProfilePath , NTScript , NTSetByCaller , NTTemplate )>  

Element SCP_Data
 
diagram
description Proposed data elements used to convey provisioning information assiciated with an electronic or manual purchase.
attributes
uses SCPShipTo   SCPBillTo   SCPDetails   SCPInstructions   SCPLineItem  
 
used bySCP_Task  
content a sequence of elements
occurrence required (default)
 
source
<!--Proposed data elements used to convey provisioning information assiciated with an electronic or manual purchase.-->
<!ELEMENT SCP_Data (SCPShipTo , SCPBillTo , SCPDetails , SCPInstructions , SCPLineItem+ )>  

Element UNIX_Data
 
diagram
description Default data elements that are required to create or maintain a UNIX user account
attributes
uses UnixComment   UnixDirName   UnixExpireDate   UnixGroups   UnixInactive   UnixLogin   UnixMainGroup   UnixPassword   UnixShell   UnixUid  
 
used byUNIX_Task  
content a sequence of elements
occurrence required (default)
 
source
<!--Default data elements that are required to create or maintain a UNIX user account-->
<!ELEMENT UNIX_Data (UnixComment , UnixDirName , UnixExpireDate , UnixGroups , UnixInactive , UnixLogin , UnixMainGroup , UnixPassword , UnixShell , UnixUid )>  

Element MAIL_Data
 
diagram
description Default data elements that are required to create or maintain a typical POP3 or IMAP4 account on systems like Eudora or Netscape.
attributes
uses MAILcn   MAIL   MAILAccessDomain   MAILAlternateAddress   MAILAutoReplyMode   MAILAutoReplyText   MAILDeliveryOption   MAILForwardingAddress   MAILHost   MAILMessageStore   MAILProgramDeliveryInfo   MAILQuota   MAILmultiLineDescription   MAILuid   MAILuserPassword  
 
used byMAIL_Task  
content a sequence of elements
occurrence required (default)
 
source
<!--Default data elements that are required to create or maintain a typical POP3 or IMAP4 account on systems like Eudora or Netscape.-->
<!ELEMENT MAIL_Data (MAILcn , MAIL , MAILAccessDomain , MAILAlternateAddress , MAILAutoReplyMode , MAILAutoReplyText , MAILDeliveryOption , MAILForwardingAddress , MAILHost , MAILMessageStore , MAILProgramDeliveryInfo , MAILQuota , MAILmultiLineDescription , MAILuid , MAILuserPassword )>  

Element NotesPassword
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byNotes_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT NotesPassword (CurrentValue , GoalValue )>  

Element ExchgGroups
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byExchange_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT ExchgGroups (CurrentValue , GoalValue )>  

Element NotesGroups
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byNotes_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT NotesGroups (CurrentValue , GoalValue )>  

Element ExchgCustom1
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byExchange_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT ExchgCustom1 (CurrentValue , GoalValue )>  

Element ExchgHttp
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byExchange_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT ExchgHttp (CurrentValue , GoalValue )>  

Element ExchgImap4
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byExchange_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT ExchgImap4 (CurrentValue , GoalValue )>  

Element ExchgLdap
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byExchange_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT ExchgLdap (CurrentValue , GoalValue )>  

Element ExchgNntp
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byExchange_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT ExchgNntp (CurrentValue , GoalValue )>  

Element ExchgOrgname
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byExchange_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT ExchgOrgname (CurrentValue , GoalValue )>  

Element ExchgPop3
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byExchange_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT ExchgPop3 (CurrentValue , GoalValue )>  

Element ExchgServer
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byExchange_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT ExchgServer (CurrentValue , GoalValue )>  

Element NotesServer
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byNotes_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT NotesServer (CurrentValue , GoalValue )>  

Element ExchgSmtp
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byExchange_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT ExchgSmtp (CurrentValue , GoalValue )>  

Element ExchgTemplate
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byExchange_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT ExchgTemplate (CurrentValue , GoalValue )>  

Element ExchgSiteName
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byExchange_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT ExchgSiteName (CurrentValue , GoalValue )>  

Element ExchgDomainName
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byExchange_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT ExchgDomainName (CurrentValue , GoalValue )>  

Element NotesDirectory
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byNotes_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT NotesDirectory (CurrentValue , GoalValue )>  

Element NotesDn
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byNotes_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT NotesDn (CurrentValue , GoalValue )>  

Element NotesExpDate
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byNotes_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT NotesExpDate (CurrentValue , GoalValue )>  

Element NotesForward
 
diagram
attributes
uses CurrentValue   GoalValue  
 
used byNotes_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT NotesForward (CurrentValue , GoalValue )>  

Element NotesIdfile
 
diagram