<p><b>Copyright (c)2008-2011, Cable Television Laboratories, Inc.</b><b>SaFI Campaign Information Package Interface,</b><b>XML Schema, Release Version 2.0.0.</b><b>This schema is a normative component of CableLabs® Subscription and Fulfillment Interfaces, Campaign Information Package Specification, OC-SP-SaFI-CIPv2.0-110131</b></p>
Properties
attribute form default:
unqualified
element form default:
qualified
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>The CampInfoPkg is the root element of all new or updated campaign descriptions. It contains the following data units:</p><ul><li>One Version element, which is a schema version-control element</li><li>At least one MsoOrder element</li><li>Zero or more Ext elements, which are optional extension elements</li></ul>
<xs:element name="CampInfoPkg"><xs:annotation><xs:documentation><p>The CampInfoPkg is the root element of all new or updated campaign descriptions. It contains the following data units:</p><ul><li>One Version element, which is a schema version-control element</li><li>At least one MsoOrder element</li><li>Zero or more Ext elements, which are optional extension elements</li></ul></xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:element name="Version" type="common:VersionType"/><xs:element name="MsoOrder" type="cip:MsoOrderType" maxOccurs="unbounded"/><!-- Added Ext --><xs:element name="Ext" type="common:ExtType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence></xs:complexType></xs:element>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:element name="ReadRequest"><xs:complexType><xs:annotation><xs:documentation><p>The root element of the body of a ReadRequest message. The CipSelectorGroup identifies the campaign information that is to be returned.</p></xs:documentation></xs:annotation><xs:sequence/><xs:attributeGroup ref="cip:CipSelectorGroup"/></xs:complexType></xs:element>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:element name="ReadResponse"><xs:complexType><xs:annotation><xs:documentation><p>The root element of the body of a ReadResponse message. ReadResponse elements will contain zero or more CampInfoPkg elements that satisfy the criteria identified by a ReadRequest.</p></xs:documentation></xs:annotation><xs:sequence><xs:element ref="cip:CampInfoPkg" minOccurs="0" maxOccurs="unbounded"/><xs:element name="Ext" type="common:ExtType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence><xs:attributeGroup ref="cip:MsgResultAttributeGroup"/></xs:complexType></xs:element>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:element name="UpdateNotice"><xs:complexType><xs:annotation><xs:documentation><p>Distributes (pushes) one or more updates to campaign data. The UpdateNotice message is issued by a publication site to convey to subscribers one or more distributable changes in specific CIP document(s). The isRetry attribute is used to signal that an exact duplicate of a prior message is being distributed.</p></xs:documentation></xs:annotation><xs:sequence><xs:element ref="cip:CampInfoPkg" minOccurs="0" maxOccurs="unbounded"/><xs:element name="Ext" type="common:ExtType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence><xs:attribute name="isRetry" type="xs:boolean" default="false"/></xs:complexType></xs:element>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:element name="UpdateResponse"><xs:complexType><xs:annotation><xs:documentation><p>UpdateResponse is a reply to an UpdateNotice message. UpdateResponse elements require a MsgResultAttributeGroup attribute group.</p></xs:documentation></xs:annotation><xs:sequence><xs:element name="Ext" type="common:ExtType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence><xs:attributeGroup ref="cip:MsgResultAttributeGroup"/></xs:complexType></xs:element>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:element name="SetRegistrationRequest"><xs:complexType><xs:annotation><xs:documentation><p>Element for SetRegistration message.</p><p>The SetRegistrationRequest message is issued by a CIP consumer site to a CIP publication site to add or remove that consumer site from the publication site’s subscription list, or to maintain the set of syscodes which the consumer site presents. The Subscriber value defines both the identity and web service URL of the consumer site. The rest of the message conditions the information expected at that site.</p><p>boolean Active applies to the syscode set of the message, and sets those syscodes as enabled or disabled (by Active value) for distributions. For both operations, if the syscode set is empty the entire set of syscodes predefined for the subscriber (via some unspecified mechanism) is implied. Any site with no active syscodes is not an active site, and any site with one or more active syscodes is an active site.</p><p>The Syscodes set controls the scope of the operation. If a set of syscodes is supplied, the operation applies only to those syscodes. However, if the set is empty, the operation applies to all of the syscodes predefined (via an unspecified out-of-band mechanism)for the subscriber. Any syscodes active for the site and not include in the syscode set are unaffected by the message.</p></xs:documentation></xs:annotation><xs:sequence><xs:element name="Subscriber" type="xs:anyURI"/><xs:element name="Active" type="xs:boolean"/><xs:element name="Syscodes" type="common:SyscodeType" minOccurs="0" maxOccurs="unbounded"/><xs:element name="Ext" type="common:ExtType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence></xs:complexType></xs:element>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:element name="SetRegistrationResponse"><xs:complexType mixed="true"><xs:annotation><xs:documentation><p>Defines the response to a SetRegistrationRequest message.</p><p>If a SetRegistrationRequest message contains a syscode that is currently subscribed to a different consumer site of the same publisher, the SetRegistrationResponse message will indicate failure with a "NOTOK" message. The message text will contain a space-delimited list of the errored syscodes.</p></xs:documentation></xs:annotation><xs:sequence><xs:element name="Ext" type="common:ExtType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence><xs:attributeGroup ref="cip:MsgResultAttributeGroup"/></xs:complexType></xs:element>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:element name="GetRegistrationRequest"><xs:complexType><xs:annotation><xs:documentation><p>Element for GetRegistration message. The consumer site identified by the Subscriber URI may issue this message to a publisher site to query the current list of active syscodes for that consumer site at the publisher site.</p></xs:documentation></xs:annotation><xs:sequence><xs:element name="Subscriber" type="xs:anyURI"/><xs:element name="Ext" type="common:ExtType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence></xs:complexType></xs:element>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:element name="GetRegistrationResponse"><xs:complexType><xs:annotation><xs:documentation><p>Response for GetRegistration message. Identifies the target URI and a list of syscodes that are currently enabled.</p></xs:documentation></xs:annotation><xs:sequence><xs:element name="Subscriber" type="xs:anyURI"/><xs:element name="Syscodes" type="common:SyscodeType" minOccurs="0" maxOccurs="unbounded"/><xs:element name="Ext" type="common:ExtType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence></xs:complexType></xs:element>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:element name="InvalidRequest"><xs:complexType><xs:annotation><xs:documentation><p>Contents of a fault on a Read Request.</p><p>Along with the Values (of type CipSelectorGroup) attribute group, an InvalidRequest element must contain a Reason element, which can contain one of the following fault indicators:</p><ul><li><tt>From-ToNotPaired</tt>indicates that the sender and recipient are not paired.</li><li><tt>IdOwnerNotPaire</tt>indicates that the ID and owner are not paired.</li><li><tt>NoSelection</tt>indicates that a selection is required.</li><li><tt>NoneFound</tt>indicates that no search results were returned.</li></ul></xs:documentation></xs:annotation><xs:sequence><xs:element name="Reason"><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="From-ToNotPaired"/><xs:enumeration value="IdOwnerNotPaired"/><xs:enumeration value="NoSelection"/><xs:enumeration value="NoneFound"/></xs:restriction></xs:simpleType></xs:element><xs:element name="Values"><xs:complexType><xs:sequence/><xs:attributeGroup ref="cip:CipSelectorGroup"/></xs:complexType></xs:element><!-- Added Ext --><xs:element name="Ext" type="common:ExtType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence></xs:complexType></xs:element>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>A container for campaign data for a single MSO. This contains placements for one or more campaigns.</p><p>The SysOrder list holds campaign data by syscode within the MSO.</p><p>The name is a standardized name of the MSO.</p>
<xs:complexType name="MsoOrderType"><xs:annotation><xs:documentation><p>A container for campaign data for a single MSO. This contains placements for one or more campaigns.</p><p>The SysOrder list holds campaign data by syscode within the MSO.</p><p>The name is a standardized name of the MSO.</p></xs:documentation></xs:annotation><xs:sequence><xs:element name="SysOrder" type="cip:SystemOrderType" maxOccurs="unbounded"/><xs:element name="Ext" type="common:ExtType" minOccurs="0"/></xs:sequence><xs:attribute name="name" type="cip:MsoNameType" use="optional"/></xs:complexType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>A System Order provides a container for campaign placement data at a single syscode within one MSO.</p><p>The operational instructions are defined by an unordered series of bundles.</p>
<xs:complexType name="SystemOrderType"><xs:annotation><xs:documentation><p>A System Order provides a container for campaign placement data at a single syscode within one MSO.</p><p>The operational instructions are defined by an unordered series of bundles.</p></xs:documentation></xs:annotation><xs:sequence><xs:element name="Bundle" type="cip:BundleType" minOccurs="0" maxOccurs="unbounded"/><xs:element name="Ext" type="common:ExtType" minOccurs="0"/></xs:sequence><xs:attribute name="name" type="common:SyscodeType" use="optional"/></xs:complexType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>Defines a set of placements in a specific campaign, at an indicated MSO and syscode. The relationship between the placements that forms the basis of a bundle is beyond the scope of this specification. Each placement of the bundle is evaluated independently, except for the specifically defined interactions with attributes of the bundle.</p><p>The StwShpData element provides operational data to support the stewardship of the campaign of which this bundle is a component.</p><p>The list of CommonQualifierGroups defines qualifier expressions that must be satisified for any placement that is a child of this bundle. Multiple groups are always ANDed, which means that such placements only occur if each group is individually true.</p><p>The implementation behavior shall be such that the qualifiers of a bundle are effectively projected to their placements and evaluated as additional qualifiers of each placement. Nothing in this specification is conditional on an evaluation result for the bundle as an entity.</p><p>The Placements of the bundle define specific presentation activities that fulfill the campaign.</p><p>The set of attributes composed of cipVer, cipOrdrOwnr, cipOrder, cipCreDat, cipRevDat, decisionOwner, and cip:GuidAttributeGroup, define a set of campaign data associated with this bundle. All placements of the bundle are implicitly associated with that campaign data. Further details are available at each attribute.</p><p>The Bundle is uniquely identified by the PEID+EPSID in the RecordIdAttributeGroupReq. Since it also contains a RecordStatusAttributeGroup, it is an updateable element with the required PEID+EPSID identifying the revision set. The document order will have multiple revisions, if present, as adjacent elements in decreasing revision number order.</p>
<xs:complexType name="BundleType"><xs:annotation><xs:documentation><p>Defines a set of placements in a specific campaign, at an indicated MSO and syscode. The relationship between the placements that forms the basis of a bundle is beyond the scope of this specification. Each placement of the bundle is evaluated independently, except for the specifically defined interactions with attributes of the bundle.</p><p>The StwShpData element provides operational data to support the stewardship of the campaign of which this bundle is a component.</p><p>The list of CommonQualifierGroups defines qualifier expressions that must be satisified for any placement that is a child of this bundle. Multiple groups are always ANDed, which means that such placements only occur if each group is individually true.</p><p>The implementation behavior shall be such that the qualifiers of a bundle are effectively projected to their placements and evaluated as additional qualifiers of each placement. Nothing in this specification is conditional on an evaluation result for the bundle as an entity.</p><p>The Placements of the bundle define specific presentation activities that fulfill the campaign.</p><p>The set of attributes composed of cipVer, cipOrdrOwnr, cipOrder, cipCreDat, cipRevDat, decisionOwner, and cip:GuidAttributeGroup, define a set of campaign data associated with this bundle. All placements of the bundle are implicitly associated with that campaign data. Further details are available at each attribute.</p><p>The Bundle is uniquely identified by the PEID+EPSID in the RecordIdAttributeGroupReq. Since it also contains a RecordStatusAttributeGroup, it is an updateable element with the required PEID+EPSID identifying the revision set. The document order will have multiple revisions, if present, as adjacent elements in decreasing revision number order.</p></xs:documentation></xs:annotation><xs:sequence><xs:element name="StwShpData" type="cip:StewardshipDataType"/><xs:element name="CommonQualifierGroup" type="cip:CommonQualifierGroupType" minOccurs="0" maxOccurs="unbounded"/><xs:element name="Placement" type="cip:PlacementType" maxOccurs="unbounded"/><xs:element name="Ext" type="common:ExtType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence><xs:attribute name="cipVer" type="cip:CampaignVersionType" use="required"/><xs:attribute name="cipOrdrOwnr" type="cip:IdentifierOwnerType" use="required"/><xs:attribute name="cipOrder" type="cip:IdentifierIdType" use="required"/><xs:attribute name="cipCreDat" type="cip:CampaignCreationDateType"/><xs:attribute name="cipRevDat" type="cip:CampaignRevisionDateType" use="required"/><xs:attribute name="decisionOwner" type="cip:DecisionOwnerType" use="required"/><xs:attributeGroup ref="cip:GuidAttributeGroup"/><xs:attributeGroup ref="cip:RecordIdAttributeGroupReq"/><xs:attributeGroup ref="cip:RecordStatusAttributeGroup"/></xs:complexType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:complexType name="StewardshipDataType"><xs:annotation><xs:documentation><p>The Contact list provides one or more contacts for operational assistance. Contact roles can help in selecting the correct contact.</p></xs:documentation></xs:annotation><xs:sequence><xs:element name="Contact" maxOccurs="unbounded"><xs:complexType><xs:attributeGroup ref="cip:ContactAttributeGroup"/></xs:complexType></xs:element><xs:element name="Ext" type="common:ExtType" minOccurs="0"/></xs:sequence></xs:complexType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:simpleType name="ContactNameType"><xs:annotation><xs:documentation><p>The name of a contact available for resolving issues with a campaign.</p></xs:documentation></xs:annotation><xs:restriction base="common:nonEmptyStringType"><xs:maxLength value="35"/></xs:restriction></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:simpleType name="ContactRoleType"><xs:annotation><xs:documentation><p>The role in the campaign workflow represented by a contact.</p></xs:documentation></xs:annotation><xs:restriction base="common:nonEmptyStringType"><xs:maxLength value="25"/></xs:restriction></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:simpleType name="EmailAddressType"><xs:annotation><xs:documentation><p>The email address of a stewardship contact.</p></xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:maxLength value="100"/></xs:restriction></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>A Boolean qualifier expression. This is defined within a bundle, and evaluated for each placement that is a child of that bundle. Multiple qualifiers represent enclosed expressions, which are combined with the condition operator.</p><p>Qualifier is an enclosed expression.</p><p>Condition is the binary Boolean operator used to combine the qualifiers.</p>
<xs:complexType name="CommonQualifierGroupType"><xs:annotation><xs:documentation><p>A Boolean qualifier expression. This is defined within a bundle, and evaluated for each placement that is a child of that bundle. Multiple qualifiers represent enclosed expressions, which are combined with the condition operator.</p><p>Qualifier is an enclosed expression.</p><p>Condition is the binary Boolean operator used to combine the qualifiers.</p></xs:documentation></xs:annotation><xs:sequence><xs:element name="Qualifier" type="cip:QualifierType" maxOccurs="unbounded"/><xs:element name="Ext" type="common:ExtType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence><xs:attribute name="condition" type="cip:ConditionType" use="required"/></xs:complexType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>A container for a set of one or more Boolean terms. If the container holds more than one term the value of the container is the AND of all the contained terms.</p>
<xs:complexType name="QualifierType"><xs:annotation><xs:documentation><p>A container for a set of one or more Boolean terms. If the container holds more than one term the value of the container is the AND of all the contained terms.</p></xs:documentation></xs:annotation><xs:sequence><xs:element name="Term" type="cip:TermType" minOccurs="1" maxOccurs="unbounded"/><xs:element name="Ext" type="common:ExtType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence></xs:complexType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>An individual boolean qualifier term which is part of a boolean expression. Thenamespace selects a both a set of qualifiers and a unique metadata document avilable to the evaluation environment. The qualifier selects a specific element from both that namespace and the document. The evaluation environment compares the current value of that element of the document with the value supplied in the expression. The comparison is subject to the semantics of the qualifier's datatype, and the comparison operation is defined by the operation. The result is a boolean representing the value of the term in the expression</p><p>namespace is a value from a predefined set of namespaces in the specification Annex A, which have implementions in each execution environment.</p><p>qualifier is a predefined name within the identified namespace. It is both an XPath into a metadata document and a key to the datadaype of the value.</p><p>operation is binary Boolean operator describing a required relation for this qualifier. The current actual value of the qualifier name in the implementation environment is the right
operand for that operator. The semantics of the comparison are those normal to XML for the datatype of the qualifer.</p><p>value is the left operand of the defined Boolean operator.</p>
<xs:complexType name="TermType"><xs:annotation><xs:documentation><p>An individual boolean qualifier term which is part of a boolean expression. Thenamespace selects a both a set of qualifiers and a unique metadata document avilable to the evaluation environment. The qualifier selects a specific element from both that namespace and the document. The evaluation environment compares the current value of that element of the document with the value supplied in the expression. The comparison is subject to the semantics of the qualifier's datatype, and the comparison operation is defined by the operation. The result is a boolean representing the value of the term in the expression</p><p>namespace is a value from a predefined set of namespaces in the specification Annex A, which have implementions in each execution environment.</p><p>qualifier is a predefined name within the identified namespace. It is both an XPath into a metadata document and a key to the datadaype of the value.</p><p>operation is binary Boolean operator describing a required relation for this qualifier. The current actual value of the qualifier name in the implementation environment is the right
operand for that operator. The semantics of the comparison are those normal to XML for the datatype of the qualifer.</p><p>value is the left operand of the defined Boolean operator.</p></xs:documentation></xs:annotation><xs:sequence><xs:element name="Ext" type="common:ExtType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence><xs:attribute name="namespace" type="cip:NamespaceType" use="required"/><xs:attribute name="qualifier" type="cip:QualifierNameType" use="required"/><xs:attribute name="operation" type="cip:OperationType" use="required"/><xs:attribute name="value" type="cip:ValueType" use="required"/></xs:complexType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>One of the predefined values for a qualifier namespace as listed in Annex A of the specification. Each namespace identifies a data model with a set of predefined names, each of which has a known datatype and semantic definition.</p>
<xs:simpleType name="NamespaceType"><xs:annotation><xs:documentation><p>One of the predefined values for a qualifier namespace as listed in Annex A of the specification. Each namespace identifies a data model with a set of predefined names, each of which has a known datatype and semantic definition.</p></xs:documentation></xs:annotation><xs:restriction base="common:nonEmptyStringType"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:simpleType name="QualifierNameType"><xs:annotation><xs:documentation><p>A predefined name string in one of the specified qualifier namespaces.</p></xs:documentation></xs:annotation><xs:restriction base="common:nonEmptyStringType"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>Binary operator defined on qualifier name-value pairs. The semantics of the operations are defined by the datatype assigned to the name.</p><ul><li>eq is equal</li><li>ne is not equal</li><li>lt is less than</li><li>gt is greater than</li><li>le is less than or equal</li><li>ge is greater than or equal</li></ul>
<xs:simpleType name="OperationType"><xs:annotation><xs:documentation><p>Binary operator defined on qualifier name-value pairs. The semantics of the operations are defined by the datatype assigned to the name.</p><ul><li>eq is equal</li><li>ne is not equal</li><li>lt is less than</li><li>gt is greater than</li><li>le is less than or equal</li><li>ge is greater than or equal</li></ul></xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:enumeration value="eq"/><xs:enumeration value="ne"/><xs:enumeration value="lt"/><xs:enumeration value="gt"/><xs:enumeration value="le"/><xs:enumeration value="ge"/></xs:restriction></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>A value to be tested in a qualifier returning a Boolean result. The specific test to perform is identified by the operation type and affected by the qualifier's datatype.</p>
<xs:simpleType name="ValueType"><xs:annotation><xs:documentation><p>A value to be tested in a qualifier returning a Boolean result. The specific test to perform is identified by the operation type and affected by the qualifier's datatype.</p></xs:documentation></xs:annotation><xs:restriction base="common:nonEmptyStringType"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:simpleType name="ConditionType"><xs:annotation><xs:documentation><p>A set of Boolean binary operators defined on qualifier terms with a group.</p></xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:enumeration value="and"/><xs:enumeration value="or"/></xs:restriction></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>Defines a specific placement of one or more advanced advertising assets into some advertising placement opportunity.</p><p>The list of QualifierGroups defines qualifier expressions that must be satisified for this specific placement. Multiple groups are always ANDed, which means the placement occurs only if each group is individually true. If there are common qualifier groups defined for the placement's bundle, they are also ANDed with these groups.</p><p>AssetReference is a list of the components that are part of this placement.</p><p>Category is an optional field that labels this placement's category for the benefit of later placements.</p><p>ProductFamily identifies the type of ad unit being expressed. There may be supplemental operational definitions under which the execution engine's expectation of the data structure and content of a placement may by conditioned by the ProductFamily.</p><p>If this element contains an ApplicationDefinitionAttributeGroup and includes one or more CoDF or CoDF data AssetReferences, this element describes an application placement to be performed on the target asset, possibly in conjunction with a media placement. When there are no CoDF or CoDF data AssetReferences, this element describes an enhancement that has been pre-bound in a defined entertainment asset. In both cases, late bound or prebound, the ApplicationDefinitionAttributeGroup supplies data that informs plant management and return data processing for the identified application.</p><p>TrickMode can be used to describe the permitted trick modes during a VOD media playout.</p><p>Priority serves to provide an ordering of placements. When multiple placements are possible at any given opportunity, the highest priority placement, or a member of the group of highest priority placements when there are more that one with that same priority, will always be placed in preference to a lower priority.</p><p>The Placement is uniquely identified by the PEID+EPSID in the RecordIdAttributeGroupReq. Since it also contains a RecordStatusAttributeGroup, it is an updateable element with the required PEID+EPSID identifying the revision set. The document order will have multiple revisions, if present, as adjacent elements in decreasing revision number order.</p>
<xs:complexType name="PlacementType"><xs:annotation><xs:documentation><p>Defines a specific placement of one or more advanced advertising assets into some advertising placement opportunity.</p><p>The list of QualifierGroups defines qualifier expressions that must be satisified for this specific placement. Multiple groups are always ANDed, which means the placement occurs only if each group is individually true. If there are common qualifier groups defined for the placement's bundle, they are also ANDed with these groups.</p><p>AssetReference is a list of the components that are part of this placement.</p><p>Category is an optional field that labels this placement's category for the benefit of later placements.</p><p>ProductFamily identifies the type of ad unit being expressed. There may be supplemental operational definitions under which the execution engine's expectation of the data structure and content of a placement may by conditioned by the ProductFamily.</p><p>If this element contains an ApplicationDefinitionAttributeGroup and includes one or more CoDF or CoDF data AssetReferences, this element describes an application placement to be performed on the target asset, possibly in conjunction with a media placement. When there are no CoDF or CoDF data AssetReferences, this element describes an enhancement that has been pre-bound in a defined entertainment asset. In both cases, late bound or prebound, the ApplicationDefinitionAttributeGroup supplies data that informs plant management and return data processing for the identified application.</p><p>TrickMode can be used to describe the permitted trick modes during a VOD media playout.</p><p>Priority serves to provide an ordering of placements. When multiple placements are possible at any given opportunity, the highest priority placement, or a member of the group of highest priority placements when there are more that one with that same priority, will always be placed in preference to a lower priority.</p><p>The Placement is uniquely identified by the PEID+EPSID in the RecordIdAttributeGroupReq. Since it also contains a RecordStatusAttributeGroup, it is an updateable element with the required PEID+EPSID identifying the revision set. The document order will have multiple revisions, if present, as adjacent elements in decreasing revision number order.</p></xs:documentation></xs:annotation><xs:sequence><xs:element name="QualifierGroup" type="cip:QualifierGroupType" minOccurs="0" maxOccurs="unbounded"/><xs:element name="AssetReference" type="cip:AssetReferenceType" minOccurs="0" maxOccurs="unbounded"/><xs:element name="Ext" type="common:ExtType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence><xs:attribute name="category" type="cip:CategoryType" use="optional"/><xs:attribute name="productFamily" type="cip:ProductFamilyType" use="required"/><xs:attributeGroup ref="cip:ApplicationDefinitionAttributeGroup"/><xs:attribute name="trickMode" type="cip:TrickModeControlType" use="optional"/><xs:attribute name="priority" type="cip:PriorityType" use="required"/><xs:attributeGroup ref="cip:RecordIdAttributeGroupReq"/><xs:attributeGroup ref="cip:RecordStatusAttributeGroup"/></xs:complexType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>A Boolean qualifier expression that is evaluated for a placement and is ANDed with the bundle's commonQualfier groups. Multiple qualifiers within the group are enclosed expressions, and are combined with the condition operator.</p><p>Qualifier supplies an enclosed expression.</p><p>condition is the binary Boolean operator used to combine the enclosed expressions.</p>
<xs:complexType name="QualifierGroupType"><xs:annotation><xs:documentation><p>A Boolean qualifier expression that is evaluated for a placement and is ANDed with the bundle's commonQualfier groups. Multiple qualifiers within the group are enclosed expressions, and are combined with the condition operator.</p><p>Qualifier supplies an enclosed expression.</p><p>condition is the binary Boolean operator used to combine the enclosed expressions.</p></xs:documentation></xs:annotation><xs:sequence><xs:element name="Qualifier" type="cip:QualifierType" maxOccurs="unbounded"/><xs:element name="Ext" type="common:ExtType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence><xs:attribute name="condition" type="cip:ConditionType" use="required"/></xs:complexType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>Supplies the detail of one (typically, but possibly more than one) asset that is part of the placement.</p><p>The AssetMetadata key-value sets may be used to describe any assets that might be needed to be attached. If all the listed AssetMetadataAttributeTypes evaluate to true for any known asset, that asset is consider a part of this asset reference.</p><p>The rotation attribute identifies the target percentage of the total placement occurrences of the parent placement that this asset receives (collectively, if this reference selects multiple assets).</p><p>The assetType identifies the family of the asset, which enables some interpretations of the asset structure without reference to the metadata.</p><p>The apply attribute indicates the form in which this asset applies to it's parent placement.</p><p>Note that an AssetReferenceType contains a RecordIdAttributeGroupOpt, but no RecordStatusAttributeGroup. This means that an AssetReferenceType is a reportable CIP node, but is not an independent revision set; it is a contained member of its parent revision. If no PEID is present in the AssetReferenceType, it is inherited from the parent Placement. The Epsid is always required.</p>
<xs:complexType name="AssetReferenceType"><xs:annotation><xs:documentation><p>Supplies the detail of one (typically, but possibly more than one) asset that is part of the placement.</p><p>The AssetMetadata key-value sets may be used to describe any assets that might be needed to be attached. If all the listed AssetMetadataAttributeTypes evaluate to true for any known asset, that asset is consider a part of this asset reference.</p><p>The rotation attribute identifies the target percentage of the total placement occurrences of the parent placement that this asset receives (collectively, if this reference selects multiple assets).</p><p>The assetType identifies the family of the asset, which enables some interpretations of the asset structure without reference to the metadata.</p><p>The apply attribute indicates the form in which this asset applies to it's parent placement.</p><p>Note that an AssetReferenceType contains a RecordIdAttributeGroupOpt, but no RecordStatusAttributeGroup. This means that an AssetReferenceType is a reportable CIP node, but is not an independent revision set; it is a contained member of its parent revision. If no PEID is present in the AssetReferenceType, it is inherited from the parent Placement. The Epsid is always required.</p></xs:documentation></xs:annotation><xs:sequence><xs:element name="AssetMetadata" type="cip:AssetMetadataAttributeType" minOccurs="0" maxOccurs="unbounded"/><xs:element name="Ext" type="common:ExtType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence><xs:attribute name="rotation" type="cip:PerCentType"/><xs:attribute name="assetType" type="cip:AssetTypeType" use="required"/><xs:attribute name="apply" type="cip:AssetApplicationType" use="required"/><xs:attributeGroup ref="cip:RecordIdAttributeGroupOpt"/></xs:complexType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>This is a container for one {assetMetadataKey, assetMetatdataValue} pair, where:</p><ul><li>assetMetadataKey is an XPath to an attribute or element in the Cablelabs ADI 3.0 namespace as defined in MD-SP-CONTENTv3.0-I01-100812</li><li>assetMetadataValue is the expected matching value in the asset's 3.0 metadata document.</li></ul><p>If the value matches the metadata document, the attribute test evaluates to true; if not, the test evaluates to false.</p>
<xs:complexType name="AssetMetadataAttributeType"><xs:annotation><xs:documentation><p>This is a container for one {assetMetadataKey, assetMetatdataValue} pair, where:</p><ul><li>assetMetadataKey is an XPath to an attribute or element in the Cablelabs ADI 3.0 namespace as defined in MD-SP-CONTENTv3.0-I01-100812</li><li>assetMetadataValue is the expected matching value in the asset's 3.0 metadata document.</li></ul><p>If the value matches the metadata document, the attribute test evaluates to true; if not, the test evaluates to false.</p></xs:documentation></xs:annotation><xs:sequence><xs:element name="Ext" type="common:ExtType" minOccurs="0" maxOccurs="unbounded"/></xs:sequence><xs:attribute name="assetMetadataKey" type="xs:string" use="required"/><xs:attribute name="assetMetadataValue" type="xs:string" use="required"/></xs:complexType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:simpleType name="PerCentType"><xs:annotation><xs:documentation><p>Accepts a percentage integer value from 0 to 100.</p></xs:documentation></xs:annotation><xs:restriction base="xs:nonNegativeInteger"><xs:maxInclusive value="100"/></xs:restriction></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>Identifies the kind of asset defined in a reference. This enables some decisions to be made about the asset structures prior to placement, and without requiring reference to the associated metadata.</p>
<xs:simpleType name="AssetTypeType"><xs:annotation><xs:documentation><p>Identifies the kind of asset defined in a reference. This enables some decisions to be made about the asset structures prior to placement, and without requiring reference to the associated metadata.</p></xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:enumeration value="media"/><xs:enumeration value="CoDFFile"/><xs:enumeration value="CoDFData"/></xs:restriction></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>Defines how an asset applies to its parent placement.</p><p>Validate means to insure at preflight that the asset is present as defined.</p><p>Place means this asset is part of the placement response data set, but it does not get preflight validation.</p><p>ValAndPlace means the asset should be validated at preflight, and is also a part of the placement response data set.</p>
<xs:simpleType name="AssetApplicationType"><xs:annotation><xs:documentation><p>Defines how an asset applies to its parent placement.</p><p>Validate means to insure at preflight that the asset is present as defined.</p><p>Place means this asset is part of the placement response data set, but it does not get preflight validation.</p><p>ValAndPlace means the asset should be validated at preflight, and is also a part of the placement response data set.</p></xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:enumeration value="validate"/><xs:enumeration value="place"/><xs:enumeration value="valAndPlace"/></xs:restriction></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>Human-readable name associated with every UUID to allow meaningful communication. Should be chosen to have a very low probability of duplication, but uniqueness is not testable, so is not required.</p>
<xs:simpleType name="UuidNameType"><xs:annotation><xs:documentation><p>Human-readable name associated with every UUID to allow meaningful communication. Should be chosen to have a very low probability of duplication, but uniqueness is not testable, so is not required.</p></xs:documentation></xs:annotation><xs:restriction base="common:nonEmptyStringType"><xs:maxLength value="40"/></xs:restriction></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>Category value for an inserted ad unit, similar to current linear usage. Note that the value of an exclusion for category collisions depends on all placements providing one or more meaningful categories.</p>
<xs:simpleType name="CategoryType"><xs:annotation><xs:documentation><p>Category value for an inserted ad unit, similar to current linear usage. Note that the value of an exclusion for category collisions depends on all placements providing one or more meaningful categories.</p></xs:documentation></xs:annotation><xs:restriction base="xs:string"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>This is one of a predefined set of known product families. It is used for preflight, monitoring, or other stewardship functions, and may also condition the required structure and content of the CIP in ways that can be relied upon by the exeuction environment.</p>
<xs:simpleType name="ProductFamilyType"><xs:annotation><xs:documentation><p>This is one of a predefined set of known product families. It is used for preflight, monitoring, or other stewardship functions, and may also condition the required structure and content of the CIP in ways that can be relied upon by the exeuction environment.</p></xs:documentation></xs:annotation><xs:restriction base="xs:string"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:simpleType name="RepositoryAppKeyType"><xs:annotation><xs:documentation><p>Identifies a complete application. It is a key to access the application characterization in the application repository.</p></xs:documentation></xs:annotation><xs:restriction base="xs:anyURI"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:simpleType name="TrickModeControlType"><xs:annotation><xs:documentation><p>An enumerated list of defined trick-mode options.</p></xs:documentation></xs:annotation><xs:restriction base="xs:string"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:simpleType name="PriorityType"><xs:annotation><xs:documentation><p>A value defining an ordering for placements. Lower numeric values represent higher priorities, with 1 being the highest.</p></xs:documentation></xs:annotation><xs:restriction base="xs:long"><xs:minInclusive value="1"/></xs:restriction></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>The current status of the data model of an Element. It is limited to the following enumerated values:</p><p>Pending (pnd): Data is present, but is not necessarily an operationally complete or consistent set.</p><p>Committed (com): Data is present, and is an operationally complete and consistent set (though not necessarily final: data may be modified, even when active).</p><p>Active (act): The data present is intended to be operational and the line item should be executed according to the contained parameters. This is a statement of intent, not the result of operational feedback.</p><p>Pause (pse): No presentations should be made based on this element. This is expected to be a temporary state that will return to Active, but may instead go to Windup.</p><p>Windup (wnd): No presentations should be started based on this element, but post-processing functions may continue. This is a temporary state that is intended to go to Closed.</p><p>Closed (cls): All activity with respect to the line item should be terminated.</p>
<xs:simpleType name="ElementStateType"><xs:annotation><xs:documentation><p>The current status of the data model of an Element. It is limited to the following enumerated values:</p><p>Pending (pnd): Data is present, but is not necessarily an operationally complete or consistent set.</p><p>Committed (com): Data is present, and is an operationally complete and consistent set (though not necessarily final: data may be modified, even when active).</p><p>Active (act): The data present is intended to be operational and the line item should be executed according to the contained parameters. This is a statement of intent, not the result of operational feedback.</p><p>Pause (pse): No presentations should be made based on this element. This is expected to be a temporary state that will return to Active, but may instead go to Windup.</p><p>Windup (wnd): No presentations should be started based on this element, but post-processing functions may continue. This is a temporary state that is intended to go to Closed.</p><p>Closed (cls): All activity with respect to the line item should be terminated.</p></xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:enumeration value="pnd"/><xs:enumeration value="com"/><xs:enumeration value="act"/><xs:enumeration value="pse"/><xs:enumeration value="wnd"/><xs:enumeration value="cls"/></xs:restriction></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>True indicates the containing record is deprecated. A higher revision may exist with the flag false representing more current data. There will be no higher revision with the flag false if the record is deleted. At least one update will be issued with the flag false when a record is deleted rather than revised, and the record may then be omitted from further distributions.</p>
<xs:simpleType name="RecordRevokedFlagType"><xs:annotation><xs:documentation><p>True indicates the containing record is deprecated. A higher revision may exist with the flag false representing more current data. There will be no higher revision with the flag false if the record is deleted. At least one update will be issued with the flag false when a record is deleted rather than revised, and the record may then be omitted from further distributions.</p></xs:documentation></xs:annotation><xs:restriction base="xs:boolean"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>A revision number of an element, incremented each time any data is modified. No data within an identified element (other than revision group data) is changed without a new revision number. For each element with an ElementRevisionNumber, only the record with the highest revision number currently applies, and only that record is normally distributed. Any others records must be requested.</p>
<xs:simpleType name="ElementRevisionNumberType"><xs:annotation><xs:documentation><p>A revision number of an element, incremented each time any data is modified. No data within an identified element (other than revision group data) is changed without a new revision number. For each element with an ElementRevisionNumber, only the record with the highest revision number currently applies, and only that record is normally distributed. Any others records must be requested.</p></xs:documentation></xs:annotation><xs:restriction base="common:nonNegativeIntType"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:simpleType name="ElementRevisionDateType"><xs:annotation><xs:documentation><p>The date and time this revision of the element was created.</p></xs:documentation></xs:annotation><xs:restriction base="xs:dateTime"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>Campaign version number. The version number is incremented once if the campaign is changed after publication. After an increment, the revision number can be retained until the next publication.</p><p>CIP documents with the same revision number are guranteed to contain the same data for each (MSO, SysCode) present. However, CIP document preparation may qualify the contents of a document, so it is permitted that not all (MSO, SysCode) combinations are necessarily informed of every document revision.</p>
<xs:simpleType name="CampaignVersionType"><xs:annotation><xs:documentation><p>Campaign version number. The version number is incremented once if the campaign is changed after publication. After an increment, the revision number can be retained until the next publication.</p><p>CIP documents with the same revision number are guranteed to contain the same data for each (MSO, SysCode) present. However, CIP document preparation may qualify the contents of a document, so it is permitted that not all (MSO, SysCode) combinations are necessarily informed of every document revision.</p></xs:documentation></xs:annotation><xs:restriction base="common:nonNegativeIntType"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>All identifier owners MUST be set to a registered Internet domain name or a qualified domain name that is rooted in a registered Internet domain name belonging to the provider of the identifier.</p>
<xs:simpleType name="IdentifierOwnerType"><xs:annotation><xs:documentation><p>All identifier owners MUST be set to a registered Internet domain name or a qualified domain name that is rooted in a registered Internet domain name belonging to the provider of the identifier.</p></xs:documentation></xs:annotation><xs:restriction base="xs:anyURI"><xs:maxLength value="255"/></xs:restriction></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>Generic owner identifier. Identifiers MUST be unique within the namespace of their owner identifier. The CipOrder attribute, derived from this, identifies the order from which this CIP is derived.</p>
<xs:simpleType name="IdentifierIdType"><xs:annotation><xs:documentation><p>Generic owner identifier. Identifiers MUST be unique within the namespace of their owner identifier. The CipOrder attribute, derived from this, identifies the order from which this CIP is derived.</p></xs:documentation></xs:annotation><xs:restriction base="common:nonEmptyStringType"><xs:maxLength value="255"/></xs:restriction></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:simpleType name="CampaignCreationDateType"><xs:annotation><xs:documentation><p>The date and time the initial revision of the Campaign Information Package was created.</p></xs:documentation></xs:annotation><xs:restriction base="xs:dateTime"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:simpleType name="CampaignRevisionDateType"><xs:annotation><xs:documentation><p>The date and time the identified revision of the Campaign Information Package was created.</p></xs:documentation></xs:annotation><xs:restriction base="xs:dateTime"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:simpleType name="DecisionOwnerType"><xs:annotation><xs:documentation><p>Identifies the owner of the placement decision.</p></xs:documentation></xs:annotation><xs:restriction base="xs:string"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:simpleType name="MsoNameType"><xs:annotation><xs:documentation><p>A unique name assigned to an MSO and present in all the MSO orders or queries for that MSO.</p></xs:documentation></xs:annotation><xs:restriction base="common:nonEmptyStringType"><xs:maxLength value="30"/><xs:minLength value="1"/></xs:restriction></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:complexType name="GuidType"><xs:annotation><xs:documentation><p>A GUID is a general purpose UUID. GUIDs are always defined with this type, which provides an alternative (meaningful, human-readable) name.</p></xs:documentation></xs:annotation><xs:attributeGroup ref="cip:GuidAttributeGroup"/></xs:complexType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<xs:simpleType name="AppMessageRepositoryType"><xs:annotation><xs:documentation><p>Identifies an application message template repository. AppMessageRuleSetType selects specific rule sets in the repository.</p></xs:documentation></xs:annotation><xs:restriction base="common:UuidUrlType"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>Identifies a completely defined set of application messages that may be issued by an application. It is a key to access the record set in the application message template repository.</p>
Diagram
Type
xs:string
Source
<xs:simpleType name="AppMessageRuleSetType"><xs:annotation><xs:documentation><p>Identifies a completely defined set of application messages that may be issued by an application. It is a key to access the record set in the application message template repository.</p></xs:documentation></xs:annotation><xs:restriction base="xs:string"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>An assetMetadataKey is an XPath to an attribute or element in the Cablelabs ADI 3.0 namespace as defined in MD-SP-CONTENTv3.0-I01-100812. As such, it also identifies the datatype of the referenced attribute or element.</p><p>For more details on the usage of the AssetMetadataKeyType, refer to the documentation for AssetMetadataAttributeType.</p>
<xs:simpleType name="AssetMetadataKeyType"><xs:annotation><xs:documentation><p>An assetMetadataKey is an XPath to an attribute or element in the Cablelabs ADI 3.0 namespace as defined in MD-SP-CONTENTv3.0-I01-100812. As such, it also identifies the datatype of the referenced attribute or element.</p><p>For more details on the usage of the AssetMetadataKeyType, refer to the documentation for AssetMetadataAttributeType.</p></xs:documentation></xs:annotation><xs:restriction base="common:nonEmptyStringType"></xs:restriction></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>assetMetadataValue is the expected matching value in an asset's 3.0 metadata document.</p><p>For more details on the usage of the AssetMetadataValueType, refer to the documentation for AssetMetadataAttributeType.</p>
<xs:simpleType name="AssetMetadataValueType"><xs:annotation><xs:documentation><p>assetMetadataValue is the expected matching value in an asset's 3.0 metadata document.</p><p>For more details on the usage of the AssetMetadataValueType, refer to the documentation for AssetMetadataAttributeType.</p></xs:documentation></xs:annotation><xs:restriction base="common:nonEmptyStringType"></xs:restriction></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>Describes the beginning of an application reporting window as a signed offset with respect to the start of a placement that includes an application.</p>
Diagram
Type
xs:duration
Source
<xs:simpleType name="ReportBeginType"><xs:annotation><xs:documentation><p>Describes the beginning of an application reporting window as a signed offset with respect to the start of a placement that includes an application.</p></xs:documentation></xs:annotation><xs:restriction base="xs:duration"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>Describes the end of an application reporting window as a signed offset with respect to the end of a placement that includes an application.</p>
Diagram
Type
xs:duration
Source
<xs:simpleType name="ReportEndType"><xs:annotation><xs:documentation><p>Describes the end of an application reporting window as a signed offset with respect to the end of a placement that includes an application.</p></xs:documentation></xs:annotation><xs:restriction base="xs:duration"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd
<p>Describes the interval between reports for a placement. A value of zero indicates immediate reporting on each IAM occurrence.</p>
Diagram
Type
xs:duration
Source
<xs:simpleType name="ReportIntervalType"><xs:annotation><xs:documentation><p>Describes the interval between reports for a placement. A value of zero indicates immediate reporting on each IAM occurrence.</p></xs:documentation></xs:annotation><xs:restriction base="xs:duration"/></xs:simpleType>
Schema location
file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFISpecVersions/2.0/ToStandards/OC-SaFI-CIP-2.0.0.xsd