<xsd:element name="restricted">
<xsd:annotation>
<xsd:documentation>This element is a container of 'possible' child elements that specify any restrictions on the values of a variable. This element should only be available when the source attribute of a variable is 'external', although this is not enforced by this schema.</xsd:documentation>
<xsd:appinfo>
<cardinality>0-1</cardinality>
<attributes>none</attributes>
<content>none</content>
<parent_elements>variable</parent_elements>
<child_elements>possible</child_elements>
</xsd:appinfo>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="oval:possible" minOccurs="1" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|