<xs:element name="methodparam">
<xs:complexType>
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="docbook:modifier" />
<xs:element ref="docbook:type" />
</xs:choice>
<xs:choice>
<xs:sequence>
<xs:element ref="docbook:parameter" />
<xs:element minOccurs="0" ref="docbook:initializer" />
</xs:sequence>
<xs:element ref="docbook:funcparams" />
</xs:choice>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="docbook:modifier" />
</xs:sequence>
<xs:attribute name="role" />
<xs:attributeGroup ref="docbook:db.common.attributes" />
<xs:attributeGroup ref="docbook:db.common.linking.attributes" />
<xs:attribute name="rep" default="norepeat">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="norepeat" />
<xs:enumeration value="repeat" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="choice" default="req">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="opt" />
<xs:enumeration value="plain" />
<xs:enumeration value="req" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
|