<xsd:complexType name="PPP_PCB.PROBLEM.CONTENT">
<xsd:sequence>
<xsd:element ref="PRB" minOccurs="1" maxOccurs="1" />
<xsd:element ref="NTE" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="VAR" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PPP_PCB.PROBLEM_ROLE" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PPP_PCB.PROBLEM_OBSERVATION" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PPP_PCB.GOAL" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PPP_PCB.ORDER" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|