VendorHostRangeGroup

Vendor and host group

Element Group Information

Model

Children: Host, Hosts, Vendor, Vendors

Used By

Complex Types ControlType, RequesterType

Source

<xs:group name="VendorHostRangeGroup">
  <xs:annotation>
    <xs:documentation>Vendor and host group</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:group ref="VendorGroup" minOccurs="0"/>
    <xs:group ref="HostGroup" minOccurs="0"/>
  </xs:sequence>
</xs:group>