A type that defines the possible input format for fulltext retrieval requests. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
format | ops:fulltext-formatValues | required | ||||
format-version | xs:string | optional |
<xs:complexType name="fulltext-retrievalType"> <xs:annotation> <xs:documentation>A type that defines the possible input format for fulltext retrieval requests.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="ops:any-publication-referenceType"> <xs:attribute name="format" type="ops:fulltext-formatValues" use="required"/> <xs:attribute name="format-version" type="xs:string" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |