IdentificationGroup

Identification for connections, database access, sign
ons

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
Owner OwnerCodeType optional
Profile xs:string optional
A profile (or a role) to be associated with the user upon
connection
Pwd xs:string optional
Uid xs:string optional

Used By

Source

<xs:attributeGroup name="IdentificationGroup">
  <xs:annotation>
    <xs:documentation>Identification for connections, database access, sign ons</xs:documentation>
  </xs:annotation>
  <xs:attribute name="Uid" type="xs:string" use="optional"/>
  <xs:attribute name="Pwd" type="xs:string" use="optional"/>
  <xs:attribute name="Profile" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>A profile (or a role) to be associated with the user upon connection</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="Owner" type="OwnerCodeType" use="optional"/>
</xs:attributeGroup>