<xs:element name="cmdsynopsis">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" ref="docbook:info" />
<xs:choice maxOccurs="unbounded">
<xs:element ref="docbook:command" />
<xs:element ref="docbook:arg" />
<xs:element ref="docbook:group" />
<xs:element ref="docbook:sbr" />
</xs:choice>
<xs:element minOccurs="0" maxOccurs="unbounded" ref="docbook:synopfragment" />
</xs:sequence>
<xs:attribute name="role" />
<xs:attributeGroup ref="docbook:db.common.attributes" />
<xs:attributeGroup ref="docbook:db.common.linking.attributes" />
<xs:attribute name="sepchar" />
<xs:attribute name="cmdlength" />
<xs:attribute name="label" />
</xs:complexType>
</xs:element>
|