NamesGroup

Code and Name Code is not actually part of the group because of
validation lists using Single types.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
Encrypted xs:string optional
To store the name value, but encrypted in a format and alogrithm
to be known by both extremities
EncryptionKey EncryptionKeyCodeType optional
Name xs:string optional
A value for the associated entity, usually more technically
oriented. Free text should be in a CDATA section

Used By

Complex Types AtomType, ControlType

Source

<xs:attributeGroup name="NamesGroup">
  <xs:annotation>
    <xs:documentation>Code and Name Code is not actually part of the group because of validation lists using Single types.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="Name" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>A value for the associated entity, usually more technically oriented. Free text should be in a CDATA section</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="EncryptionKey" type="EncryptionKeyCodeType" use="optional"/>
  <xs:attribute name="Encrypted" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>To store the name value, but encrypted in a format and alogrithm to be known by both extremities</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>