Element | regional |
<xs:complexType name="regionalType"> <xs:sequence> <xs:element name="region" type="exch:regionType"/> <xs:sequence maxOccurs="unbounded"> <xs:element name="country" type="exch:countryType"/> <xs:element name="protection-request" type="exch:protection-requestType" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:element name="any-other-state" type="exch:any-other-stateType" minOccurs="0"/> </xs:sequence> </xs:complexType> |