QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
filter-method | xs:string | optional | ||||
filter-src | restriction of xs:string | optional | ||||
group | xs:QName | optional |
Element Group | template-content |
<xs:element name="process-self"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="processXXX-content"/> </xs:choice> <xs:attribute name="group" type="xs:QName" use="optional"/> <xs:attributeGroup ref="filter-atts"/> </xs:complexType> </xs:element> |