
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| length | unsignedShort | required | |||||
| type | union of(restriction of NMTOKEN, mpeg7:termReferenceType) | main | optional | ||||
| xml:lang | xs:language | optional |
|
<complexType name="ShortTitleType"> <simpleContent> <extension base="mpeg7:TitleType"> <attribute name="length" type="unsignedShort" use="required"/> </extension> </simpleContent> </complexType> |