QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
href | xs:string | required | ||||
output-encoding | xs:string | optional | ||||
output-method | xs:QName | optional |
Element Group | template-content |
<xs:element name="result-document"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="template-content"/> </xs:choice> <xs:attribute name="href" type="xs:string" use="required"/> <xs:attribute name="output-encoding" type="xs:string" use="optional"/> <xs:attribute name="output-method" type="xs:QName" use="optional"/> <!-- type : type of "href" should be stx-expression --> </xs:complexType> </xs:element> |