<xs:element name="ConnectionLocations" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Container for routing restrictions</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ConnectionLocation" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Include or exclude connection locations</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="LocationType">
<xs:attribute name="IncludeIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the connection location is allowed. When false, the connection location is not allowed.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|