Schema ReadOnly-0-Rev-1-Company.xsd


schema location:  C:\WINNT\TEMP\p4win\ReadOnly-0-Rev-1-Company.xsd
targetNamespace:  http://schemas.monster.com/Monster
 
Elements 
AdAgency 
AlphaIndex 
ApplyOnline 
ApplyOnlineURL 
Company 
CompanyAttribute 
CompanyAttributes 
CompanyDates 
CompanyDescription 
CompanyIndustry 
CompanyName 
CompanyNameShort 
Companys 
CorporateURL 
DateCreated 
DateModified 
HasProfile 
IsCustomApplyNonMonster 
ThirdPartyRecruiter 


element AdAgency
diagram
namespace http://schemas.monster.com/Monster
type xsd:boolean
used by
element Company
source
<xsd:element name="AdAgency" type="xsd:boolean"/>

element AlphaIndex
diagram
namespace http://schemas.monster.com/Monster
type restriction of xsd:string
used by
element Company
facets
maxLength 255
source
<xsd:element name="AlphaIndex">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>

element ApplyOnline
diagram
namespace http://schemas.monster.com/Monster
type xsd:boolean
used by
element Company
source
<xsd:element name="ApplyOnline" type="xsd:boolean"/>

element ApplyOnlineURL
diagram
namespace http://schemas.monster.com/Monster
type restriction of xsd:string
used by
element Company
facets
maxLength 255
source
<xsd:element name="ApplyOnlineURL">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>

element Company
diagram
namespace http://schemas.monster.com/Monster
children CompanyName AlphaIndex CompanyNameShort HasProfile CorporateURL ApplyOnline ApplyOnlineURL AdAgency ThirdPartyRecruiter CompanyDates CompanyIndustry CompanyDescription CompanyAttributes IsCustomApplyNonMonster
used by
element Companys
attributes
Name  Type  Use  Default  Fixed  Annotation
companyID  xsd:integer        
companyXCODE  xsd:string        
parentCompanyID  xsd:integer  optional      
source
<xsd:element name="Company">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="CompanyName" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <definition>The Company's Name</definition>
            <datatype>Text</datatype>
            <datalength>255</datalength>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="AlphaIndex" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <definition>The name of the Company as used for sorting.  Example: CompanyName = The Acme Corp, AlphaIndex = Acme Corp, The</definition>
            <datatype>Text</datatype>
            <datalength>255</datalength>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="CompanyNameShort" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <definition>The short name of the Company.  Example: CompanyName = The Acme Corp, CompanyShortName = Acme</definition>
            <datatype>Text</datatype>
            <datalength>30</datalength>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="HasProfile" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <definition>Indicates if a Company Profile exists on Monster</definition>
            <datatype>bit</datatype>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="CorporateURL" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <definition>The URL for the Company</definition>
            <datatype>Text</datatype>
            <datalength>255</datalength>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="ApplyOnline" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <definition>Indicates if the Company has Apply Online functionality enabled</definition>
            <datatype>Bit</datatype>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="ApplyOnlineURL" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <definition>The override Apply Online URL for the Company</definition>
            <datatype>Text</datatype>
            <datalength>255</datalength>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="AdAgency" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <definition>Is the company an Ad Agency, posting jobs as other companies?</definition>
            <datatype>Bit</datatype>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="ThirdPartyRecruiter" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <definition>Is the company an third part recruiter, posting jobs for other companies?</definition>
            <datatype>Bit</datatype>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="CompanyDates" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <definition>Dates related to the Company's creation and modification</definition>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="CompanyIndustry" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <definition>The Industry code describing the Company.</definition>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="CompanyDescription" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <definition>A textual description of the company</definition>
            <datatype>Text</datatype>
            <datalength>255</datalength>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="CompanyAttributes" minOccurs="0"/>
      <xsd:element ref="IsCustomApplyNonMonster" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <definition>Used to determine if the custom apply online URL sent staying on-platform on Monster (CSH site) or whether the URL is going off-platform.  1 = its off-platform 0 - its on platform</definition>
            <datatype>boolean</datatype>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="companyID" type="xsd:integer"/>
    <xsd:attribute name="companyXCODE">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:maxLength value="20"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="parentCompanyID" type="xsd:integer" use="optional"/>
  </xsd:complexType>
</xsd:element>

element CompanyAttribute
diagram
namespace http://schemas.monster.com/Monster
type extension of xsd:string
used by
element CompanyAttributes
attributes
Name  Type  Use  Default  Fixed  Annotation
monsterId  xsd:string  optional      
source
<xsd:element name="CompanyAttribute">
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="xsd:string">
        <xsd:attribute name="monsterId" type="xsd:string" use="optional"/>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>

element CompanyAttributes
diagram
namespace http://schemas.monster.com/Monster
children CompanyAttribute
used by
element Company
source
<xsd:element name="CompanyAttributes">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="CompanyAttribute" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>

element CompanyDates
diagram
namespace http://schemas.monster.com/Monster
children DateCreated DateModified
used by
element Company
source
<xsd:element name="CompanyDates">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="DateCreated" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <definition>The date the Company was created on Monster</definition>
            <datatype>smalldatetime</datatype>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element ref="DateModified" minOccurs="0">
        <xsd:annotation>
          <xsd:documentation>
            <definition>The date the Company was last modified on Monster</definition>
            <datatype>smalldatetime</datatype>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>

element CompanyDescription
diagram
namespace http://schemas.monster.com/Monster
type xsd:string
used by
element Company
source
<xsd:element name="CompanyDescription" type="xsd:string"/>

element CompanyIndustry
diagram
namespace http://schemas.monster.com/Monster
type TRAKIndustryCodeEnumStr
used by
element Company
source
<xsd:element name="CompanyIndustry" type="TRAKIndustryCodeEnumStr"/>

element CompanyName
diagram
namespace http://schemas.monster.com/Monster
type restriction of xsd:string
used by
element Company
facets
maxLength 255
source
<xsd:element name="CompanyName">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>

element CompanyNameShort
diagram
namespace http://schemas.monster.com/Monster
type restriction of xsd:string
used by
element Company
facets
maxLength 30
source
<xsd:element name="CompanyNameShort">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="30"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>

element Companys
diagram
namespace http://schemas.monster.com/Monster
children Company
attributes
Name  Type  Use  Default  Fixed  Annotation
supressSuccess  xsd:boolean        
source
<xsd:element name="Companys">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="Company" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="supressSuccess" type="xsd:boolean"/>
  </xsd:complexType>
</xsd:element>

element CorporateURL
diagram
namespace http://schemas.monster.com/Monster
type restriction of xsd:string
used by
element Company
facets
maxLength 255
source
<xsd:element name="CorporateURL">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>

element DateCreated
diagram
namespace http://schemas.monster.com/Monster
type xsd:dateTime
used by
element CompanyDates
source
<xsd:element name="DateCreated" type="xsd:dateTime"/>

element DateModified
diagram
namespace http://schemas.monster.com/Monster
type xsd:dateTime
used by
element CompanyDates
source
<xsd:element name="DateModified" type="xsd:dateTime"/>

element HasProfile
diagram
namespace http://schemas.monster.com/Monster
type xsd:boolean
used by
element Company
source
<xsd:element name="HasProfile" type="xsd:boolean"/>

element IsCustomApplyNonMonster
diagram
namespace http://schemas.monster.com/Monster
type xsd:boolean
used by
element Company
source
<xsd:element name="IsCustomApplyNonMonster" type="xsd:boolean"/>

element ThirdPartyRecruiter
diagram
namespace http://schemas.monster.com/Monster
type xsd:boolean
used by
element Company
source
<xsd:element name="ThirdPartyRecruiter" type="xsd:boolean"/>


XML Schema documentation generated with
XMLSPY Schema Editor http://www.altova.com/xmlspy