QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
domain | list of mpeg7:xPathAbsoluteSelectorType | optional | ||||
id | ID | optional | ||||
timeBase | mpeg7:xPathRefType | optional | ||||
timeUnit | mpeg7:durationType | optional | ||||
uri | anyURI | required |
Complex Types | mpeg7:ClassificationSchemeType, tva:TVAClassificationSchemeType |
<complexType name="ClassificationSchemeBaseType" abstract="true"> <complexContent> <extension base="mpeg7:DSType"> <sequence> <element name="Import" type="mpeg7:ReferenceType" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="uri" type="anyURI" use="required"/> <attribute name="domain" use="optional"> <simpleType> <list itemType="mpeg7:xPathAbsoluteSelectorType"/> </simpleType> </attribute> </extension> </complexContent> </complexType> |