<xsd:complexType name="GeographicalConstraintsType">
<xsd:sequence>
<xsd:element name="GeographicalConstraintTypeCode" type="scl:GeographicalConstraintTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation>Identifies the geographical region or code by which the initiative is constrained.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="1" name="GeographicalConstraintDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>Free-form text field describing the value of the constraints, i.e., the country name(s) to which the initiative applies, US state(s) to which the initiative applies, zip code(s) to which the initiative applies, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|