Java content class for business-functions element declaration.
The following schema fragment specifies the expected content contained within this java content object.
<element name="business-functions">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="business-function" type="{}business-function" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
|