Categories

Categories can be assigned to locations or territories through name, Bullseye ID, or third party ID. If more than one of these items is provided, the precedence is third party ID>>Bullseye ID>>Name. Location or territory type categories can both be assigned to locations; However, only territory categories can be assigned to territories.

The following conditions will cause the XML file to fail:

  • A category associated with a territory must include one or more of the name, Bullseye ID or third party ID.

  • Bullseye ID’s cannot be allowed if the XML file includes the category section.

  • A name cannot be accepted if the list of categories has duplicate entries for that name.

  • The Bullseye ID for an associated category is not found.

  • The name for an associated category is not found.

  • The third party ID for an associated category is not found.

<xs:element name="Category" minOccurs="0" maxOccurs="unbounded">
                                                <xs:complexType>
                                                    <xs:sequence>
                            <xs:element name="Name" type="xs:string" minOccurs="0" />
                            <xs:element name="ID" type="xs:int" minOccurs="0" />
                            <xs:element name="ThirdPartyID" type="xs:string" minOccurs="0" />
                          </xs:sequence>