The element Display defines how a ClassKind or RubricKind is to be displayed in a specific language. The contents of the element Display is limited to plain text. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
variants | xs:IDREF | optional |
|
||||
xml:lang | union of(xs:language, restriction of xs:string) | required |
|
Elements | ClassKind, RubricKind |
<xs:element name="Display"> <xs:annotation> <xs:documentation xml:lang="en-US">The element Display defines how a ClassKind or RubricKind is to be displayed in a specific language. The contents of the element Display is limited to plain text.</xs:documentation> </xs:annotation> <xs:complexType mixed="true"> <xs:attributeGroup ref="attlist.Display"/> </xs:complexType> </xs:element> |