QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
altrender | xs:token | optional | ||||
audience | restriction of xs:token | optional | ||||
containerid | xs:NMTOKEN | optional | ||||
encodinganalog | xs:token | optional | ||||
id | xs:ID | optional | ||||
label | xs:string | optional | ||||
lang | xs:NMTOKEN | optional | ||||
localtype | xs:token | optional | ||||
parent | xs:IDREFS | optional | ||||
script | xs:NMTOKEN | optional |
Element | m.did/container |
<xs:complexType name="container"> <xs:complexContent> <xs:extension base="m.mixed.basic"> <xs:attributeGroup ref="am.common"/> <xs:attribute name="label" type="xs:string"/> <xs:attribute name="localtype" type="xs:token"/> <xs:attribute name="encodinganalog" type="xs:token"/> <xs:attribute name="parent" type="xs:IDREFS"/> <xs:attribute name="containerid" type="xs:NMTOKEN"/> </xs:extension> </xs:complexContent> </xs:complexType> |