clientUdidDisplay Data Type

The most basic entity type in our domain. We require that there is a location open to enter violations, so that this information can be returned to the client.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
approver boolean element 1/1 required boolean  
clients list of client element 0/unbounded    
code udidReportCode element 0/1    
complex boolean element 1/1 required boolean  
complexNotes (custom) element 0/1    
datatype int element 1/1 required int  
enabled boolean element 1/1 required boolean  
example string element 0/1    
guest boolean element 1/1 required boolean  
guestInstructions (custom) element 0/1    
id long element 0/1    
inApproval boolean element 1/1 required boolean  
linkageType int element 1/1 required int  
linkedUdids list of linkedUdid element 0/unbounded    
list boolean element 1/1 required boolean  
maximum int element 0/1    
minimum int element 0/1    
name string element 0/1    
notes (custom) element 0/1    
number int element 0/1    
office officeInfo element 0/1    
ownerClient client element 0/1    
policyRules list of clientTravelPolicyUdid element 0/unbounded    
profiled boolean element 1/1 required boolean  
reportCode udidReportCode element 0/1    
reportField int element 0/1    
required boolean element 1/1 required boolean  
tmc client element 0/1    
traveler boolean element 1/1 required boolean  
travelerType string element 0/1    
trip boolean element 1/1 required boolean  
valueSource string element 0/1    
workingComplexNotes string element 0/1    
workingGuestInstructions string element 0/1    
workingNotes string element 0/1    
Properties inherited from baseEntity
violations list of simpleViolation element 0/unbounded   A list of constraint violations, if any, that this object has.

Example

<clientUdidDisplay>
  <id>...</id>
  <clients>
    <status>
      <name>...</name>
      <active>...</active>
    </status>
    <parentClient/>
    <accountNumber>...</accountNumber>
    <name>...</name>
    <type>
      <name>...</name>
      <hide>...</hide>
      <level>...</level>
    </type>
    <id>...</id>
    <version>...</version>
  </clients>
  <office>
    <pcc>...</pcc>
    <name>...</name>
    <address1>...</address1>
    <address2>...</address2>
    <address3>...</address3>
    <city>...</city>
    <state>...</state>
    <zip>...</zip>
    <parentCompany>
      <name>...</name>
    </parentCompany>
    <active>...</active>
    <branch>...</branch>
    <clientPrefix>...</clientPrefix>
    <profileSettings>
      <profileNameFormat>...</profileNameFormat>
    </profileSettings>
    <afterHoursNumber>...</afterHoursNumber>
    <collectVoidLogs>...</collectVoidLogs>
    <gds>
      <code>...</code>
      <name>...</name>
      <enabled>...</enabled>
    </gds>
    <arcNumber>...</arcNumber>
    <logo>...</logo>
    <logoLink>...</logoLink>
    <afterHoursInternationalNumber>...</afterHoursInternationalNumber>
    <tollFreeNumber>...</tollFreeNumber>
    <phoneNumber>...</phoneNumber>
    <onlineOffice>
      <name>...</name>
      <hours>...</hours>
      <phone>...</phone>
      <tollFree>...</tollFree>
      <email>...</email>
    </onlineOffice>
    <showTmcAppLinks>...</showTmcAppLinks>
    <vipTollFree>...</vipTollFree>
    <vipAfterHours>...</vipAfterHours>
    <cityCode>
      <code>...</code>
      <countryCode>...</countryCode>
      <latitude>...</latitude>
      <longitude>...</longitude>
      <name>...</name>
      <stateOrCountry>...</stateOrCountry>
      <airportName>...</airportName>
      <region/>
      <timeZone/>
      <retentionOnly>...</retentionOnly>
      <position>...</position>
      <unique>...</unique>
      <alias>...</alias>
    </cityCode>
    <tmcHeadQuarters>...</tmcHeadQuarters>
    <id>...</id>
    <version>...</version>
  </office>
  <tmc>
    <status>
      <name>...</name>
      <active>...</active>
    </status>
    <parentClient/>
    <accountNumber>...</accountNumber>
    <name>...</name>
    <type>
      <name>...</name>
      <hide>...</hide>
      <level>...</level>
    </type>
    <id>...</id>
    <version>...</version>
  </tmc>
  <name>...</name>
  <number>...</number>
  <notes>...</notes>
  <guestInstructions>...</guestInstructions>
  <complexNotes>...</complexNotes>
  <datatype>...</datatype>
  <required>...</required>
  <list>...</list>
  <code>
    <name>...</name>
    <code>...</code>
    <id>...</id>
    <version>...</version>
  </code>
  <complex>...</complex>
  <inApproval>...</inApproval>
  <enabled>...</enabled>
  <guest>...</guest>
  <profiled>...</profiled>
  <traveler>...</traveler>
  <trip>...</trip>
  <approver>...</approver>
  <travelerType>...</travelerType>
  <valueSource>...</valueSource>
  <policyRules>
    <value>...</value>
    <moveToClient>
      <status/>
      <parentClient/>
      <accountNumber>...</accountNumber>
      <name>...</name>
      <type/>
    </moveToClient>
    <description>...</description>
    <id>...</id>
    <version>...</version>
  </policyRules>
  <linkedUdids>
    <udidName>...</udidName>
    <udidId>...</udidId>
    <compositeNumber>...</compositeNumber>
  </linkedUdids>
  <ownerClient>
    <status>
      <name>...</name>
      <active>...</active>
    </status>
    <parentClient/>
    <accountNumber>...</accountNumber>
    <name>...</name>
    <type>
      <name>...</name>
      <hide>...</hide>
      <level>...</level>
    </type>
    <id>...</id>
    <version>...</version>
  </ownerClient>
  <example>...</example>
  <maximum>...</maximum>
  <minimum>...</minimum>
  <workingNotes>...</workingNotes>
  <workingGuestInstructions>...</workingGuestInstructions>
  <workingComplexNotes>...</workingComplexNotes>
  <reportField>...</reportField>
  <linkageType>...</linkageType>
  <reportCode>
    <name>...</name>
    <code>...</code>
    <id>...</id>
    <version>...</version>
  </reportCode>
  <violations>
    <propertyName>...</propertyName>
    <failureMessage>...</failureMessage>
    <stackTrace>...</stackTrace>
  </violations>
</clientUdidDisplay>