QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
content-type | optional | ||||||
href | required | ||||||
use-when | optional | ||||||
wrapper | xs:NMTOKEN | optional | |||||
xml:base | xs:anyURI | optional |
|
||||
xml:id | xs:ID | optional |
|
<xs:element name="data"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="p:documentation"/> <xs:element ref="p:pipeinfo"/> </xs:choice> <xs:attribute ref="xml:id"/> <xs:attribute ref="xml:base"/> <xs:attribute name="use-when"/> <xs:attribute name="href" use="required"/> <xs:attribute name="wrapper" type="xs:NMTOKEN"/> <xs:attribute name="content-type"/> </xs:complexType> </xs:element> |