Schema ReadOnly-1-Rev-11-Inventory.xsd


schema location:  C:\WINNT\TEMP\p4win\ReadOnly-1-Rev-11-Inventory.xsd
targetNamespace:  http://schemas.monster.com/Monster
 
Elements  Complex types 
Inventories  InventoriesQueryResponseType 
InventoriesQuery  InventoriesQueryType 
InventoriesQueryResponse  InventoriesType 
InventoryRollups  InventoryAttrsType 
InventoryRollupsQuery  InventoryAttrType 
InventoryRollupsQueryResponse  InventoryAttrValueType 
InventoryDatesType 
InventoryRollupsQueryResponseType 
InventoryRollupsQueryType 
InventoryRollupsType 
InventoryRollupType 
InventoryType 
QuantityType 
ResourceLicenseType 


element Inventories
namespace http://schemas.monster.com/Monster
type InventoriesType
children Inventory
source
<xsd:element name="Inventories" type="InventoriesType"/>

element InventoriesQuery
namespace http://schemas.monster.com/Monster
type InventoriesQueryType
children LicenseFilter LicenseType
source
<xsd:element name="InventoriesQuery" type="InventoriesQueryType"/>

element InventoriesQueryResponse
namespace http://schemas.monster.com/Monster
type InventoriesQueryResponseType
children Inventories
source
<xsd:element name="InventoriesQueryResponse" type="InventoriesQueryResponseType"/>

element InventoryRollups
namespace http://schemas.monster.com/Monster
type InventoryRollupsType
children InventoryRollup
source
<xsd:element name="InventoryRollups" type="InventoryRollupsType"/>

element InventoryRollupsQuery
namespace http://schemas.monster.com/Monster
type InventoryRollupsQueryType
children LicenseFilter LicenseType
source
<xsd:element name="InventoryRollupsQuery" type="InventoryRollupsQueryType"/>

element InventoryRollupsQueryResponse
namespace http://schemas.monster.com/Monster
type InventoryRollupsQueryResponseType
children InventoryRollups
source
<xsd:element name="InventoryRollupsQueryResponse" type="InventoryRollupsQueryResponseType"/>

complexType InventoriesQueryResponseType
namespace http://schemas.monster.com/Monster
children Inventories
used by
element InventoriesQueryResponse
source
<xsd:complexType name="InventoriesQueryResponseType">
  <xsd:sequence>
    <xsd:element name="Inventories" type="InventoriesType"/>
  </xsd:sequence>
</xsd:complexType>

element InventoriesQueryResponseType/Inventories
namespace http://schemas.monster.com/Monster
type InventoriesType
children Inventory
source
<xsd:element name="Inventories" type="InventoriesType"/>

complexType InventoriesQueryType
namespace http://schemas.monster.com/Monster
children LicenseFilter LicenseType
used by
element InventoriesQuery
source
<xsd:complexType name="InventoriesQueryType">
  <xsd:sequence>
    <xsd:element name="LicenseFilter" type="LicenseFilterEnumStr"/>
    <xsd:element name="LicenseType" type="LicenseTypeEnumStr"/>
  </xsd:sequence>
</xsd:complexType>

element InventoriesQueryType/LicenseFilter
namespace http://schemas.monster.com/Monster
type LicenseFilterEnumStr
source
<xsd:element name="LicenseFilter" type="LicenseFilterEnumStr"/>

element InventoriesQueryType/LicenseType
namespace http://schemas.monster.com/Monster
type LicenseTypeEnumStr
source
<xsd:element name="LicenseType" type="LicenseTypeEnumStr"/>

complexType InventoriesType
namespace http://schemas.monster.com/Monster
children Inventory
used by
elements Inventories InventoryRollupType/Inventories InventoriesQueryResponseType/Inventories
source
<xsd:complexType name="InventoriesType">
  <xsd:sequence>
    <xsd:element name="Inventory" type="InventoryType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>

element InventoriesType/Inventory
namespace http://schemas.monster.com/Monster
type InventoryType
children ResourceLicenseInfo Quantity InventoryDates CompanyReference InventoryAttrs
attributes
Name  Type  Use  Default  Fixed  Annotation
monsterId  xsd:string  optional      
source
<xsd:element name="Inventory" type="InventoryType" minOccurs="0" maxOccurs="unbounded"/>

complexType InventoryAttrsType
namespace http://schemas.monster.com/Monster
children InventoryAttr
used by
elements InventoryType/InventoryAttrs InventoryRollupType/InventoryAttrs
source
<xsd:complexType name="InventoryAttrsType">
  <xsd:sequence>
    <xsd:element name="InventoryAttr" type="InventoryAttrType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>

element InventoryAttrsType/InventoryAttr
namespace http://schemas.monster.com/Monster
type InventoryAttrType
children AttrTypeId AttrValue
source
<xsd:element name="InventoryAttr" type="InventoryAttrType" minOccurs="0" maxOccurs="unbounded"/>

complexType InventoryAttrType
namespace http://schemas.monster.com/Monster
children AttrTypeId AttrValue
used by
element InventoryAttrsType/InventoryAttr
source
<xsd:complexType name="InventoryAttrType">
  <xsd:sequence>
    <xsd:element name="AttrTypeId" type="InventoryAttrTypeEnumStr">
      <xsd:annotation>
        <xsd:documentation>
          <definition>Indicates Quantity associated with the Inventory</definition>
          <validation>Required</validation>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="AttrValue" type="InventoryAttrValueType">
      <xsd:annotation>
        <xsd:documentation>
          <definition>Indicates values assocaited with Inventory Attribute</definition>
          <validation>Required</validation>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>

element InventoryAttrType/AttrTypeId
namespace http://schemas.monster.com/Monster
type InventoryAttrTypeEnumStr
annotation
documentation 
<definition>Indicates Quantity associated with the Inventory</definition>
<validation>Required</validation>
source
<xsd:element name="AttrTypeId" type="InventoryAttrTypeEnumStr">
  <xsd:annotation>
    <xsd:documentation>
      <definition>Indicates Quantity associated with the Inventory</definition>
      <validation>Required</validation>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>

element InventoryAttrType/AttrValue
namespace http://schemas.monster.com/Monster
type InventoryAttrValueType
children NumericID1 NumericID2 NumericID3 NumericID4 Alpha
annotation
documentation 
<definition>Indicates values assocaited with Inventory Attribute</definition>
<validation>Required</validation>
source
<xsd:element name="AttrValue" type="InventoryAttrValueType">
  <xsd:annotation>
    <xsd:documentation>
      <definition>Indicates values assocaited with Inventory Attribute</definition>
      <validation>Required</validation>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>

complexType InventoryAttrValueType
namespace http://schemas.monster.com/Monster
children NumericID1 NumericID2 NumericID3 NumericID4 Alpha
used by
element InventoryAttrType/AttrValue
source
<xsd:complexType name="InventoryAttrValueType">
  <xsd:sequence>
    <xsd:element name="NumericID1" type="xsd:string" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>
          <definition>Indicates the 1st numericId value associated with the inventory attribute</definition>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="NumericID2" type="xsd:string" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>
          <definition>Indicates the 2nd numericId value associated with the inventory attribute</definition>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="NumericID3" type="xsd:string" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>
          <definition>Indicates the 3rd numericId value associated with the inventory attribute</definition>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="NumericID4" type="xsd:string" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>
          <definition>Indicates the 4th numericId value associated with the inventory attribute</definition>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Alpha" type="xsd:string" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>
          <definition>Indicates the alpha value associated with the inventory attribute</definition>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>

element InventoryAttrValueType/NumericID1
namespace http://schemas.monster.com/Monster
type xsd:string
annotation
documentation 
<definition>Indicates the 1st numericId value associated with the inventory attribute</definition>
source
<xsd:element name="NumericID1" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>
      <definition>Indicates the 1st numericId value associated with the inventory attribute</definition>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>

element InventoryAttrValueType/NumericID2
namespace http://schemas.monster.com/Monster
type xsd:string
annotation
documentation 
<definition>Indicates the 2nd numericId value associated with the inventory attribute</definition>
source
<xsd:element name="NumericID2" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>
      <definition>Indicates the 2nd numericId value associated with the inventory attribute</definition>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>

element InventoryAttrValueType/NumericID3
namespace http://schemas.monster.com/Monster
type xsd:string
annotation
documentation 
<definition>Indicates the 3rd numericId value associated with the inventory attribute</definition>
source
<xsd:element name="NumericID3" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>
      <definition>Indicates the 3rd numericId value associated with the inventory attribute</definition>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>

element InventoryAttrValueType/NumericID4
namespace http://schemas.monster.com/Monster
type xsd:string
annotation
documentation 
<definition>Indicates the 4th numericId value associated with the inventory attribute</definition>
source
<xsd:element name="NumericID4" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>
      <definition>Indicates the 4th numericId value associated with the inventory attribute</definition>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>

element InventoryAttrValueType/Alpha
namespace http://schemas.monster.com/Monster
type xsd:string
annotation
documentation 
<definition>Indicates the alpha value associated with the inventory attribute</definition>
source
<xsd:element name="Alpha" type="xsd:string" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>
      <definition>Indicates the alpha value associated with the inventory attribute</definition>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>

complexType InventoryDatesType
namespace http://schemas.monster.com/Monster
children InventoryActiveDate InventoryExpireDate
used by
element InventoryType/InventoryDates
annotation
documentation 
Holds the dateactive/dateexpires for an inventory
source
<xsd:complexType name="InventoryDatesType">
  <xsd:annotation>
    <xsd:documentation>Holds the dateactive/dateexpires for an inventory</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="InventoryActiveDate" type="DateTimeType" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>
          <definition>The date that this inventory was made active</definition>
          <datatype>DateTime</datatype>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="InventoryExpireDate" type="DateTimeType" minOccurs="0">
      <xsd:annotation>
        <xsd:documentation>
          <definition>The date that this inventory was expired (made inactive)</definition>
          <datatype>DateTime</datatype>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>

element InventoryDatesType/InventoryActiveDate
namespace http://schemas.monster.com/Monster
type DateTimeType
annotation
documentation 
<definition>The date that this inventory was made active</definition>
<datatype>DateTime</datatype>
source
<xsd:element name="InventoryActiveDate" type="DateTimeType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>
      <definition>The date that this inventory was made active</definition>
      <datatype>DateTime</datatype>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>

element InventoryDatesType/InventoryExpireDate
namespace http://schemas.monster.com/Monster
type DateTimeType
annotation
documentation 
<definition>The date that this inventory was expired (made inactive)</definition>
<datatype>DateTime</datatype>
source
<xsd:element name="InventoryExpireDate" type="DateTimeType" minOccurs="0">
  <xsd:annotation>
    <xsd:documentation>
      <definition>The date that this inventory was expired (made inactive)</definition>
      <datatype>DateTime</datatype>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>

complexType InventoryRollupsQueryResponseType
namespace http://schemas.monster.com/Monster
children InventoryRollups
used by
element InventoryRollupsQueryResponse
source
<xsd:complexType name="InventoryRollupsQueryResponseType">
  <xsd:sequence>
    <xsd:element name="InventoryRollups" type="InventoryRollupsType"/>
  </xsd:sequence>
</xsd:complexType>

element InventoryRollupsQueryResponseType/InventoryRollups
namespace http://schemas.monster.com/Monster
type InventoryRollupsType
children InventoryRollup
source
<xsd:element name="InventoryRollups" type="InventoryRollupsType"/>

complexType InventoryRollupsQueryType
namespace http://schemas.monster.com/Monster
children LicenseFilter LicenseType
used by
element InventoryRollupsQuery
source
<xsd:complexType name="InventoryRollupsQueryType">
  <xsd:sequence>
    <xsd:element name="LicenseFilter" type="LicenseFilterEnumStr"/>
    <xsd:element name="LicenseType" type="LicenseTypeEnumStr"/>
  </xsd:sequence>
</xsd:complexType>

element InventoryRollupsQueryType/LicenseFilter
namespace http://schemas.monster.com/Monster
type LicenseFilterEnumStr
source
<xsd:element name="LicenseFilter" type="LicenseFilterEnumStr"/>

element InventoryRollupsQueryType/LicenseType
namespace http://schemas.monster.com/Monster
type LicenseTypeEnumStr
source
<xsd:element name="LicenseType" type="LicenseTypeEnumStr"/>

complexType InventoryRollupsType
namespace http://schemas.monster.com/Monster
children InventoryRollup
used by
elements InventoryRollups InventoryRollupsQueryResponseType/InventoryRollups
source
<xsd:complexType name="InventoryRollupsType">
  <xsd:sequence>
    <xsd:element name="InventoryRollup" type="InventoryRollupType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>

element InventoryRollupsType/InventoryRollup
namespace http://schemas.monster.com/Monster
type InventoryRollupType
children Quantity InventoryAttrs Inventories
source
<xsd:element name="InventoryRollup" type="InventoryRollupType" minOccurs="0" maxOccurs="unbounded"/>

complexType InventoryRollupType
namespace http://schemas.monster.com/Monster
children Quantity InventoryAttrs Inventories
used by
element InventoryRollupsType/InventoryRollup
source
<xsd:complexType name="InventoryRollupType">
  <xsd:sequence>
    <xsd:element name="Quantity" type="QuantityType">
      <xsd:annotation>
        <xsd:documentation>
          <definition>Indicates Quantity associated with the Rollup</definition>
          <validation>Required</validation>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="InventoryAttrs" type="InventoryAttrsType">
      <xsd:annotation>
        <xsd:documentation>
          <definition>Indicates the set of InventoryAttrs that define the Inventory Rollup</definition>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Inventories" type="InventoriesType"/>
  </xsd:sequence>
</xsd:complexType>

element InventoryRollupType/Quantity
namespace http://schemas.monster.com/Monster
type QuantityType
children TotalPurchased TotalAvailable
attributes
Name  Type  Use  Default  Fixed  Annotation
isUnlimited  xsd:boolean        
annotation
documentation 
<definition>Indicates Quantity associated with the Rollup</definition>
<validation>Required</validation>
source
<xsd:element name="Quantity" type="QuantityType">
  <xsd:annotation>
    <xsd:documentation>
      <definition>Indicates Quantity associated with the Rollup</definition>
      <validation>Required</validation>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>

element InventoryRollupType/InventoryAttrs
namespace http://schemas.monster.com/Monster
type InventoryAttrsType
children InventoryAttr
annotation
documentation 
<definition>Indicates the set of InventoryAttrs that define the Inventory Rollup</definition>
source
<xsd:element name="InventoryAttrs" type="InventoryAttrsType">
  <xsd:annotation>
    <xsd:documentation>
      <definition>Indicates the set of InventoryAttrs that define the Inventory Rollup</definition>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>

element InventoryRollupType/Inventories
namespace http://schemas.monster.com/Monster
type InventoriesType
children Inventory
source
<xsd:element name="Inventories" type="InventoriesType"/>

complexType InventoryType
namespace http://schemas.monster.com/Monster
children ResourceLicenseInfo Quantity InventoryDates CompanyReference InventoryAttrs
used by
element InventoriesType/Inventory
attributes
Name  Type  Use  Default  Fixed  Annotation
monsterId  xsd:string  optional      
source
<xsd:complexType name="InventoryType">
  <xsd:sequence>
    <xsd:element name="ResourceLicenseInfo" type="ResourceLicenseType">
      <xsd:annotation>
        <xsd:documentation>
          <definition>Information that describes the license</definition>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="Quantity" type="QuantityType">
      <xsd:annotation>
        <xsd:documentation>
          <definition>Indicates Quantity associated with the Inventory</definition>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="InventoryDates" type="InventoryDatesType">
      <xsd:annotation>
        <xsd:documentation>
          <definition>Dates  associated with the Inventory</definition>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="CompanyReference" type="CompanyReferenceType" minOccurs="0"/>
    <xsd:element name="InventoryAttrs" type="InventoryAttrsType">
      <xsd:annotation>
        <xsd:documentation>
          <definition>Indicates the set of InventoryAttrs that define the Inventory Rollup</definition>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
  <xsd:attribute name="monsterId" type="xsd:string" use="optional"/>
</xsd:complexType>

element InventoryType/ResourceLicenseInfo
namespace http://schemas.monster.com/Monster
type ResourceLicenseType
children ResourceAclID ResourceLicenseTypeID
annotation
documentation 
<definition>Information that describes the license</definition>
source
<xsd:element name="ResourceLicenseInfo" type="ResourceLicenseType">
  <xsd:annotation>
    <xsd:documentation>
      <definition>Information that describes the license</definition>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>

element InventoryType/Quantity
namespace http://schemas.monster.com/Monster
type QuantityType
children TotalPurchased TotalAvailable
attributes
Name  Type  Use  Default  Fixed  Annotation
isUnlimited  xsd:boolean        
annotation
documentation 
<definition>Indicates Quantity associated with the Inventory</definition>
source
<xsd:element name="Quantity" type="QuantityType">
  <xsd:annotation>
    <xsd:documentation>
      <definition>Indicates Quantity associated with the Inventory</definition>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>

element InventoryType/InventoryDates
namespace http://schemas.monster.com/Monster
type InventoryDatesType
children InventoryActiveDate InventoryExpireDate
annotation
documentation 
<definition>Dates  associated with the Inventory</definition>
source
<xsd:element name="InventoryDates" type="InventoryDatesType">
  <xsd:annotation>
    <xsd:documentation>
      <definition>Dates  associated with the Inventory</definition>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>

element InventoryType/CompanyReference
namespace http://schemas.monster.com/Monster
type CompanyReferenceType
source
<xsd:element name="CompanyReference" type="CompanyReferenceType" minOccurs="0"/>

element InventoryType/InventoryAttrs
namespace http://schemas.monster.com/Monster
type InventoryAttrsType
children InventoryAttr
annotation
documentation 
<definition>Indicates the set of InventoryAttrs that define the Inventory Rollup</definition>
source
<xsd:element name="InventoryAttrs" type="InventoryAttrsType">
  <xsd:annotation>
    <xsd:documentation>
      <definition>Indicates the set of InventoryAttrs that define the Inventory Rollup</definition>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>

complexType QuantityType
namespace http://schemas.monster.com/Monster
children TotalPurchased TotalAvailable
used by
elements InventoryType/Quantity InventoryRollupType/Quantity
attributes
Name  Type  Use  Default  Fixed  Annotation
isUnlimited  xsd:boolean        
source
<xsd:complexType name="QuantityType">
  <xsd:sequence>
    <xsd:element name="TotalPurchased" type="xsd:string"/>
    <xsd:element name="TotalAvailable" type="xsd:string"/>
  </xsd:sequence>
  <xsd:attribute name="isUnlimited" type="xsd:boolean"/>
</xsd:complexType>

element QuantityType/TotalPurchased
namespace http://schemas.monster.com/Monster
type xsd:string
source
<xsd:element name="TotalPurchased" type="xsd:string"/>

element QuantityType/TotalAvailable
namespace http://schemas.monster.com/Monster
type xsd:string
source
<xsd:element name="TotalAvailable" type="xsd:string"/>

complexType ResourceLicenseType
namespace http://schemas.monster.com/Monster
children ResourceAclID ResourceLicenseTypeID
used by
element InventoryType/ResourceLicenseInfo
source
<xsd:complexType name="ResourceLicenseType">
  <xsd:sequence>
    <xsd:element name="ResourceAclID" type="InventoryTypeEnumStr">
      <xsd:annotation>
        <xsd:documentation>
          <definition>Indicates the Resource AclId which identifies the class of license</definition>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
    <xsd:element name="ResourceLicenseTypeID" type="ResourceLicenseTypeEnumStr">
      <xsd:annotation>
        <xsd:documentation>
          <definition>Indicates the license usage type</definition>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:element>
  </xsd:sequence>
</xsd:complexType>

element ResourceLicenseType/ResourceAclID
namespace http://schemas.monster.com/Monster
type InventoryTypeEnumStr
annotation
documentation 
<definition>Indicates the Resource AclId which identifies the class of license</definition>
source
<xsd:element name="ResourceAclID" type="InventoryTypeEnumStr">
  <xsd:annotation>
    <xsd:documentation>
      <definition>Indicates the Resource AclId which identifies the class of license</definition>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>

element ResourceLicenseType/ResourceLicenseTypeID
namespace http://schemas.monster.com/Monster
type ResourceLicenseTypeEnumStr
annotation
documentation 
<definition>Indicates the license usage type</definition>
source
<xsd:element name="ResourceLicenseTypeID" type="ResourceLicenseTypeEnumStr">
  <xsd:annotation>
    <xsd:documentation>
      <definition>Indicates the license usage type</definition>
    </xsd:documentation>
  </xsd:annotation>
</xsd:element>


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