| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| parameters | restriction of xsd:string | optional |
| Complex Type | itemType |
<xsd:attributeGroup name="attr.parameters"> <xsd:attribute name="parameters" use="optional"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="1000"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:attributeGroup> |