An RTML Username is some global user identification of a user, e.g. specified by a RTMLUniqueName. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
id | xs:ID | optional | ||||
rdf | xs:anyURI | optional | ||||
ref | xs:IDREF | optional | ||||
uref | UniqueNamesSimpleType | optional |
<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> |