<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> |