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)