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
attributes
uses CurrentValue   GoalValue  
 
used byNotes_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT NotesIdfile (CurrentValue , GoalValue )>  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Element SCPShipTo
 
diagram
attributes
uses SCPFullName   SCPAddress1   SCPAddress2   SCPCity   SCPState   SCPZip   SCPCountry  
 
used bySCP_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT SCPShipTo (SCPFullName , SCPAddress1 , SCPAddress2 , SCPCity , SCPState , SCPZip , SCPCountry )>  

Element SCPBillTo
 
diagram
attributes
uses SCPFullName   SCPAddress1   SCPAddress2   SCPCity   SCPState   SCPZip   SCPCountry  
 
used bySCP_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT SCPBillTo (SCPFullName , SCPAddress1 , SCPAddress2 , SCPCity , SCPState , SCPZip , SCPCountry )>  

Element SCPDetails
 
diagram
attributes
uses SCPCount   SCPDate   SCPContact   SCPPhone  
 
used bySCP_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT SCPDetails (SCPCount , SCPDate , SCPContact , SCPPhone )>  

Element SCPLineItem
 
diagram
attributes
uses SCPItemNumber   SCPDescription   SCPQuantity   SCPPrice  
 
used bySCP_Data  
content a sequence of elements
occurrence required (default)
 
source
<!ELEMENT SCPLineItem (SCPItemNumber , SCPDescription , SCPQuantity , SCPPrice )>  

Element SCPInstructions
 
diagram
attributes Description  
uses
 
used bySCP_Data  
content empty
occurrence
 
AttributeDatatypeRequiredValuesDefault
Description string (default) no (default)
 
source
<!ELEMENT SCPInstructions EMPTY>
<!ATTLIST SCPInstructions Description CDATA #IMPLIED >  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Element CurrentValue
 
diagram
description Contains the value that the origin system believes is currently contained by the attribute on the target system
attributes Type   Length  
uses
 
used byExchgCustom1   ExchgDomainName   ExchgGroups   ExchgHttp   ExchgImap4   ExchgLdap   ExchgName   ExchgNntp   ExchgOrgname   ExchgPop3   ExchgServer   ExchgSiteName   ExchgSmtp   ExchgTemplate   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   IOPbusinessCategory   IOPcarLicense   IOPcn   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   IOPsn   IOPst   IOPstreetAddress   IOPsubtreeACI   IOPtelephoneNumber   IOPtitle   IOPuid   IOPuserPassword   MAIL   MAILAccessDomain   MAILAlternateAddress   MAILAutoReplyMode   MAILAutoReplyText   MAILcn   MAILDeliveryOption   MAILForwardingAddress   MAILHost   MAILMessageStore   MAILmultiLineDescription   MAILProgramDeliveryInfo   MAILQuota   MAILuid   MAILuserPassword   NotesDirectory   NotesDn   NotesEndDate   NotesExpDate   NotesForward   NotesGroups   NotesIdfile   NotesLogin   NotesMailfile   NotesMailServer   NotesMinPassLen   NotesOrgUnit   NotesPass   NotesPassword   NotesServer   NotesUserType   NotesWorkLocation   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   racfAddressLine1   racfAddressLine2   racfAddressLine3   racfAddressLine4   racfAltGroupKeyword   racfAttributes   racfAuthKeyword   racfAuthorizationDate   racfAutoKeyword   racfBuilding   racfClassName   racfCMDSYSKeyword   racfConnectGroupAuthority   racfConnectGroupName   racfConnectGroupUACC   racfCTLKeyword   racfDatasetModel   racfDCEAutoLogin   racfDCEHomeCell   racfDCEHomeCellUUID   racfDCEPrincipal   racfDCEUUID   racfDefaultConsoleName   racfDefaultGroup   racfDepartment   racfDomains   racfDOMKeyword   racfGroupNoTermUAC   racfGroupUserAccess   racfGroupUserids   racfid   racfInstallationData   racfKEYKeyword   racfLastAccess   racfLevelKeyword   racfLogCommandResponseKeyword   racfLogonDays   racfLogonTime   racfMformKeyword   racfMonitorKeyword   racfMscopeSystems   racfMSGRCVRKeyword   racfNetviewInitialCommand   racfNetviewOperatorClass   racfNGMFADMKeyword   racfOmvsGroupId   racfOmvsHome   racfOmvsInitialProgram   racfOmvsUid   racfOperatorClass   racfOperatorIdentification   racfOperatorPriority   racfOperatorReSignon   racfOvmFileSystemRoot   racfOvmGroupId   racfOvmHome   racfOvmHomeUUID   racfOvmUid   racfOwner   racfPassword   racfPasswordChangeDate   racfPasswordInterval   racfPrimaryLanguage   racfProgrammerName   racfResumeDate   racfRevokeDate   racfRoom   racfRoutcodeKeyword   racfSecondaryLanguage   racfSecurityCategoryList   racfSecurityLabel   racfSecurityLevel   racfStorageKeyword   racfSubGroupName   racfSuperiorGroup   racfTerminalTimeout   racfUDKeyword   racfWorkAttrAccountNumber   racfWorkAttrUserName   SCPAddress1   SCPAddress2   SCPCity   SCPContact   SCPCount   SCPCountry   SCPDate   SCPDescription   SCPFullName   SCPItemNumber   SCPPhone   SCPState   SCPZip   UnixComment   UnixDirName   UnixExpireDate   UnixGroups   UnixInactive   UnixLogin   UnixMainGroup   UnixPassword   UnixShell   UnixUid  
content character data and a sequence of elements
occurrence required (default)
 
AttributeDatatypeRequiredValuesDefault
TypeEnumeration no (default) String   Integer   Float   Number   Boolean   Date   DateTime   String
LengthCData no (default) 0
int      
int      
 
source
<!--Contains the value that the origin system believes is currently contained by the attribute on the target system -->
<!ELEMENT CurrentValue ANY>
<!ATTLIST CurrentValue Type (String | Integer | Float | Number | Boolean | Date | DateTime ) 'String' Length CDATA '0' a-dtype NMTOKENS 'Length int' >  

Element GoalValue
 
diagram
description Contains the value that the origin system wants to set into the attribute of the target system
attributes Type   Length  
uses
 
used byExchgCustom1   ExchgDomainName   ExchgGroups   ExchgHttp   ExchgImap4   ExchgLdap   ExchgName   ExchgNntp   ExchgOrgname   ExchgPop3   ExchgServer   ExchgSiteName   ExchgSmtp   ExchgTemplate   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   IOPbusinessCategory   IOPcarLicense   IOPcn   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   IOPsn   IOPst   IOPstreetAddress   IOPsubtreeACI   IOPtelephoneNumber   IOPtitle   IOPuid   IOPuserPassword   MAIL   MAILAccessDomain   MAILAlternateAddress   MAILAutoReplyMode   MAILAutoReplyText   MAILcn   MAILDeliveryOption   MAILForwardingAddress   MAILHost   MAILMessageStore   MAILmultiLineDescription   MAILProgramDeliveryInfo   MAILQuota   MAILuid   MAILuserPassword   NotesDirectory   NotesDn   NotesEndDate   NotesExpDate   NotesForward   NotesGroups   NotesIdfile   NotesLogin   NotesMailfile   NotesMailServer   NotesMinPassLen   NotesOrgUnit   NotesPass   NotesPassword   NotesServer   NotesUserType   NotesWorkLocation   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   racfAddressLine1   racfAddressLine2   racfAddressLine3   racfAddressLine4   racfAltGroupKeyword   racfAttributes   racfAuthKeyword   racfAuthorizationDate   racfAutoKeyword   racfBuilding   racfClassName   racfCMDSYSKeyword   racfConnectGroupAuthority   racfConnectGroupName   racfConnectGroupUACC   racfCTLKeyword   racfDatasetModel   racfDCEAutoLogin   racfDCEHomeCell   racfDCEHomeCellUUID   racfDCEPrincipal   racfDCEUUID   racfDefaultConsoleName   racfDefaultGroup   racfDepartment   racfDomains   racfDOMKeyword   racfGroupNoTermUAC   racfGroupUserAccess   racfGroupUserids   racfid   racfInstallationData   racfKEYKeyword   racfLastAccess   racfLevelKeyword   racfLogCommandResponseKeyword   racfLogonDays   racfLogonTime   racfMformKeyword   racfMonitorKeyword   racfMscopeSystems   racfMSGRCVRKeyword   racfNetviewInitialCommand   racfNetviewOperatorClass   racfNGMFADMKeyword   racfOmvsGroupId   racfOmvsHome   racfOmvsInitialProgram   racfOmvsUid   racfOperatorClass   racfOperatorIdentification   racfOperatorPriority   racfOperatorReSignon   racfOvmFileSystemRoot   racfOvmGroupId   racfOvmHome   racfOvmHomeUUID   racfOvmUid   racfOwner   racfPassword   racfPasswordChangeDate   racfPasswordInterval   racfPrimaryLanguage   racfProgrammerName   racfResumeDate   racfRevokeDate   racfRoom   racfRoutcodeKeyword   racfSecondaryLanguage   racfSecurityCategoryList   racfSecurityLabel   racfSecurityLevel   racfStorageKeyword   racfSubGroupName   racfSuperiorGroup   racfTerminalTimeout   racfUDKeyword   racfWorkAttrAccountNumber   racfWorkAttrUserName   SCPAddress1   SCPAddress2   SCPCity   SCPContact   SCPCount   SCPCountry   SCPDate   SCPDescription   SCPFullName   SCPItemNumber   SCPPhone   SCPState   SCPZip   UnixComment   UnixDirName   UnixExpireDate   UnixGroups   UnixInactive   UnixLogin   UnixMainGroup   UnixPassword   UnixShell   UnixUid  
content character data and a sequence of elements
occurrence required (default)
 
AttributeDatatypeRequiredValuesDefault
TypeEnumeration no (default) String   Integer   Float   Number   Boolean   Date   DateTime   String
LengthCData no (default) 0
int      
int      
 
source
<!--Contains the value that the origin system wants to set into the attribute of the target system-->
<!ELEMENT GoalValue ANY>
<!ATTLIST GoalValue Type (String | Integer | Float | Number | Boolean | Date | DateTime ) 'String' Length CDATA '0' a-dtype NMTOKENS 'Length int' >  

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Element IOPtitle
 
diagram
attributes
uses CurrentValue   GoalValue  
 </