UsernameComplexType

An RTML Username is some global user identification of a user, e.g. specified by a RTMLUniqueName.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
rdf xs:anyURI optional
ref xs:IDREF optional
uref UniqueNamesSimpleType optional

Used By

Source

<xs:complexType name="UsernameComplexType">
  <xs:annotation>
    <xs:documentation>An RTML Username is some global user identification of a user, e.g. specified by a RTMLUniqueName.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:token">
      <xs:attributeGroup ref="RTMLAttributes"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>