Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Imported schema CL-SaFI-COM-I01.xsd
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Annotations
Revisions from CommonTypes to CLP-SP-AA-COM-D02-090505.xsd in
            doc/ComSchemaChanges_D01_to_D02.doc
Properties
attribute form default: unqualified
element form default: qualified
version: 1.0
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Element GeographicCodeType/Syscode
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram CL-SaFI-CIP-I010.tmp#id31
Type SyscodeType
Properties
content: simple
Facets
maxLength 4
Source
<xs:element name="Syscode" type="SyscodeType"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Element GeographicCodeType/Zipcode
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram CL-SaFI-CIP-I010.tmp#id244
Type ZipcodeType
Properties
content: simple
Facets
pattern (\d{5}-\d{4})|(\d{5})
Source
<xs:element name="Zipcode" type="ZipcodeType"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Element AcknowledgementMessageType/Ack
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram
Type xs:boolean
Properties
content: simple
Source
<xs:element name="Ack" type="xs:boolean"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Element TimestampType/StartTime
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram
Type xs:dateTime
Properties
content: simple
Source
<xs:element name="StartTime" type="xs:dateTime"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Element FaultType/reason
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="reason" type="xs:string"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Element PackageIDGroup/PEID
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram CL-SaFI-CIP-I010.tmp#id77
Type PeidType
Properties
content: simple
Facets
length 22
Source
<xs:element name="PEID" type="PeidType"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Element PackageIDGroup/EPSID
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram CL-SaFI-CIP-I010.tmp#id80
Type EpsidType
Properties
content: simple
Facets
maxInclusive 65535
minInclusive 0
Source
<xs:element name="EPSID" type="EpsidType"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Element PackageIDGroup/EventID
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram CL-SaFI-CIP-I010.tmp#id240
Type EventIDType
Properties
content: simple
minOccurs: 0
Facets
maxInclusive 99
minInclusive 0
Source
<xs:element name="EventID" type="EventIDType" minOccurs="0"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Simple Type nonNegativeIntType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Annotations
This is an xs:int restricted to zero or positive content
Diagram
Diagram
Type restriction of xs:int
Facets
minInclusive 0
Used by
Source
<xs:simpleType name="nonNegativeIntType">
  <xs:annotation>
    <xs:documentation>This is an xs:int restricted to zero or positive content</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:int">
    <xs:minInclusive value="0"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Simple Type nonEmptyStringType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Annotations
This is an xs:string restricted to have some actual content
Diagram
Diagram
Type restriction of xs:string
Facets
minLength 1
Used by
Source
<xs:simpleType name="nonEmptyStringType">
  <xs:annotation>
    <xs:documentation>This is an xs:string restricted to have some actual content</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:minLength value="1"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Simple Type UuidUrlType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Annotations
UUID is a 16 byte integer, encoded using RFC 4122 Base64-URL form, so
                encodes to ceiling((bytes)/3)*4 = 24 Base64 bytes less padding, so 22 total. It
                would be about 43 decimal, 32 hex digits.
Diagram
Diagram
Type restriction of xs:string
Facets
length 22
Used by
Source
<xs:simpleType name="UuidUrlType">
  <xs:annotation>
    <xs:documentation>UUID is a 16 byte integer, encoded using RFC 4122 Base64-URL form, so encodes to ceiling((bytes)/3)*4 = 24 Base64 bytes less padding, so 22 total. It would be about 43 decimal, 32 hex digits.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:length value="22"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Simple Type PeidType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Annotations
Programmed Element ID type. Initially this is a GUID represented in
                RFC 4122 Base64-URL form (so 16 bytes convert to a 22 byte string). This might use a
                more terse form, but some namespace resolution is needed first.
Diagram
Diagram
Type restriction of xs:string
Facets
length 22
Used by
Source
<xs:simpleType name="PeidType">
  <xs:annotation>
    <xs:documentation>Programmed Element ID type. Initially this is a GUID represented in RFC 4122 Base64-URL form (so 16 bytes convert to a 22 byte string). This might use a more terse form, but some namespace resolution is needed first.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:length value="22"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Simple Type EpsidType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Annotations
Enhancement sequence number within a Programmed Element. These
                sequence numbers are assigned to message-addressable nodes in the campaign
                description associated with UUIDs and ETypes. The UUID+EPSID can be used to locate
                the node and its ETYPE allows further navigation. Limited to 2 binary bytes.
Diagram
Diagram
Type restriction of xs:int
Facets
maxInclusive 65535
minInclusive 0
Used by
Source
<xs:simpleType name="EpsidType">
  <xs:annotation>
    <xs:documentation>Enhancement sequence number within a Programmed Element. These sequence numbers are assigned to message-addressable nodes in the campaign description associated with UUIDs and ETypes. The UUID+EPSID can be used to locate the node and its ETYPE allows further navigation. Limited to 2 binary bytes.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:int">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="65535"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Complex Type ExtType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Annotations
Extensibility - elements from any namespace.
Diagram
Diagram
Used by
Model ANY element from ANY namespace
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace
Source
<xs:complexType name="ExtType">
  <xs:annotation>
    <xs:documentation>Extensibility - elements from any namespace.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:anyAttribute namespace="##any" processContents="lax"/>
</xs:complexType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Complex Type Scte35SegmentationUpidType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram CL-SaFI-CIP-I010.tmp#id122 CL-SaFI-CIP-I010.tmp#id123 CL-SaFI-CIP-I010.tmp#id124 CL-SaFI-CIP-I010.tmp#id125 CL-SaFI-CIP-I010.tmp#id126 CL-SaFI-CIP-I010.tmp#id127 CL-SaFI-CIP-I010.tmp#id128
Type extension of xs:hexBinary
Used by
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace
eventID xs:unsignedInt optional
A 32-bit unique segmentation event
                            identifier.
length xs:unsignedByte optional
The information length in bytes. Limits may be applied as
                            per SCTE 35 Table 8-6.
referenceDateTime xs:dateTime optional
Contextual reference date and time.
segmentNum xs:unsignedByte optional
Identification of a specific segment within a segmentation
                            upid.
segmentsExpected xs:unsignedByte optional
Expected number of individual segments within the
                            segmentation upid.
type xs:unsignedByte required
A value from SCTE 35 Table 8-6 identifying the information
                            format.
typeID xs:unsignedByte optional
The segmentation type as specified by SCTE 35 Table
                            8-7.
Source
<xs:complexType name="Scte35SegmentationUpidType">
  <xs:simpleContent>
    <xs:extension base="xs:hexBinary">
      <xs:attribute name="type" type="xs:unsignedByte" use="required">
        <xs:annotation>
          <xs:documentation>A value from SCTE 35 Table 8-6 identifying the information format.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="length" type="xs:unsignedByte" use="optional">
        <xs:annotation>
          <xs:documentation>The information length in bytes. Limits may be applied as per SCTE 35 Table 8-6.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="eventID" type="xs:unsignedInt" use="optional">
        <xs:annotation>
          <xs:documentation>A 32-bit unique segmentation event identifier.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="typeID" type="xs:unsignedByte" use="optional">
        <xs:annotation>
          <xs:documentation>The segmentation type as specified by SCTE 35 Table 8-7.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="segmentNum" type="xs:unsignedByte" use="optional">
        <xs:annotation>
          <xs:documentation>Identification of a specific segment within a segmentation upid.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="segmentsExpected" type="xs:unsignedByte" use="optional">
        <xs:annotation>
          <xs:documentation>Expected number of individual segments within the segmentation upid.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="referenceDateTime" type="xs:dateTime" use="optional">
        <xs:annotation>
          <xs:documentation>Contextual reference date and time.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:anyAttribute namespace="##any" processContents="lax"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Complex Type ProgramType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram CL-SaFI-CIP-I010.tmp#id132 CL-SaFI-CIP-I010.tmp#id133
Properties
mixed: true
Used by
Model
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace
referenceDateTime xs:dateTime optional
Reference date and time.
uniqueProgramID nonNegativeIntType optional
Unique program identifier.
Source
<xs:complexType name="ProgramType" mixed="true">
  <xs:complexContent>
    <xs:restriction base="xs:anyType">
      <xs:attribute name="uniqueProgramID" type="nonNegativeIntType" use="optional">
        <xs:annotation>
          <xs:documentation>Unique program identifier.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="referenceDateTime" type="xs:dateTime" use="optional">
        <xs:annotation>
          <xs:documentation>Reference date and time.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:anyAttribute namespace="##any" processContents="lax"/>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Simple Type SyscodeType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Annotations
A syscode is a unique human-readable identifier that tends to
                represent an insertion point (ex. splicer). These system level syscodes are at the
                MSO level within a given market. Larger network areas are represented by a syscode
                that is itself composed of syscodes.
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 4
Used by
Source
<xs:simpleType name="SyscodeType">
  <xs:annotation>
    <xs:documentation>A syscode is a unique human-readable identifier that tends to represent an insertion point (ex. splicer). These system level syscodes are at the MSO level within a given market. Larger network areas are represented by a syscode that is itself composed of syscodes.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="4"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Complex Type VersionType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Annotations
Major version provides the macro versioning number for each interface.
                Versions containing the same major version should provide backwards compatibility.
                The MinSchemaVersion should reffer to a MajorVersion number.
MinorVersion allows incremential and backwards compatible updates to
                independently versioned.
Lowest compatible schema version number (assumes all forward
                compatible within MajorVersion) A document with a minSchemaVersion of 2 is
                compatible with any processor implementing schema version 2 or greater, but not with
                a processor implementing schema 1.
Diagram
Diagram CL-SaFI-CIP-I010.tmp#id218 CL-SaFI-CIP-I010.tmp#id220 CL-SaFI-CIP-I010.tmp#id221
Used by
Attributes
QName Type Fixed Default Use Annotation
MajorVersion PositiveIntType 1 optional
MinSchemaVersion PositiveIntType 1 optional
MinorVersion nonNegativeIntType 0 optional
Source
<xs:complexType name="VersionType">
  <xs:annotation>
    <xs:documentation>Major version provides the macro versioning number for each interface. Versions containing the same major version should provide backwards compatibility. The MinSchemaVersion should reffer to a MajorVersion number.</xs:documentation>
    <xs:documentation>MinorVersion allows incremential and backwards compatible updates to independently versioned.</xs:documentation>
    <xs:documentation>Lowest compatible schema version number (assumes all forward compatible within MajorVersion) A document with a minSchemaVersion of 2 is compatible with any processor implementing schema version 2 or greater, but not with a processor implementing schema 1.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="MajorVersion" type="PositiveIntType" fixed="1"/>
  <xs:attribute name="MinorVersion" type="nonNegativeIntType" fixed="0"/>
  <xs:attribute name="MinSchemaVersion" type="PositiveIntType" fixed="1"/>
</xs:complexType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Simple Type PositiveIntType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Annotations
This is an xs:int restricted to  positive content
Diagram
Diagram
Type restriction of xs:int
Facets
minInclusive 1
Used by
Source
<xs:simpleType name="PositiveIntType">
  <xs:annotation>
    <xs:documentation>This is an xs:int restricted to positive content</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:int">
    <xs:minInclusive value="1"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Simple Type EventIDType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Annotations
EventID uniquely identifies each component or event in the application
                such as overlay, poll question, RFI, etc..
Diagram
Diagram
Type restriction of xs:int
Facets
maxInclusive 99
minInclusive 0
Used by
Source
<xs:simpleType name="EventIDType">
  <xs:annotation>
    <xs:documentation>EventID uniquely identifies each component or event in the application such as overlay, poll question, RFI, etc..</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:int">
    <xs:minInclusive value="0"/>
    <xs:maxInclusive value="99"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Simple Type ZipcodeType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram
Type restriction of xs:string
Facets
pattern (\d{5}-\d{4})|(\d{5})
Used by
Source
<xs:simpleType name="ZipcodeType">
  <xs:restriction base="xs:string">
    <xs:pattern value="(\d{5}-\d{4})|(\d{5})"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Simple Type UserInputType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Annotations
UserInput is a single character used to store a user's selection to a
                poll, RFI, etc.. This element is optional as it will not be included in messages
                representing Service Metric updates.
Diagram
Diagram
Type restriction of xs:string
Facets
length 1
Source
<xs:simpleType name="UserInputType">
  <xs:annotation>
    <xs:documentation>UserInput is a single character used to store a user's selection to a poll, RFI, etc.. This element is optional as it will not be included in messages representing Service Metric updates.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:length value="1"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Simple Type ParametersType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Annotations
Parameters is an optional string block used to pass other relevant
                data
Diagram
Diagram
Type xs:string
Source
<xs:simpleType name="ParametersType">
  <xs:annotation>
    <xs:documentation>Parameters is an optional string block used to pass other relevant data</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string"/>
</xs:simpleType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Simple Type PhoneNumberType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Annotations
Human-readable contact phone, so may have extension, etc. Not
                expected to be machine processable
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 25
Source
<xs:simpleType name="PhoneNumberType">
  <xs:annotation>
    <xs:documentation>Human-readable contact phone, so may have extension, etc. Not expected to be machine processable</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="25"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Complex Type GeographicCodeType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Annotations
GeographicCode is an identifier used to denote the location of the
                device/unit. This could be zipcode or syscode.
Diagram
Diagram CL-SaFI-CIP-I010.tmp#id249 CL-SaFI-CIP-I010.tmp#id250
Model Syscode | Zipcode
Children Syscode, Zipcode
Source
<xs:complexType name="GeographicCodeType">
  <xs:annotation>
    <xs:documentation>GeographicCode is an identifier used to denote the location of the device/unit. This could be zipcode or syscode.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="Syscode" type="SyscodeType"/>
    <xs:element name="Zipcode" type="ZipcodeType"/>
  </xs:choice>
</xs:complexType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Complex Type AcknowledgementMessageType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram CL-SaFI-CIP-I010.tmp#id253 CL-SaFI-CIP-I010.tmp#id252
Model Ack
Children Ack
Attributes
QName Type Fixed Default Use Annotation
TransmissionId xs:string optional
Source
<xs:complexType name="AcknowledgementMessageType">
  <xs:sequence>
    <xs:element name="Ack" type="xs:boolean"/>
  </xs:sequence>
  <xs:attribute name="TransmissionId" type="xs:string"/>
</xs:complexType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Complex Type TrackingType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram
Type extension of xs:string
Attributes
QName Type Fixed Default Use Annotation
ANY attribute from ANY namespace
Source
<xs:complexType name="TrackingType">
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:anyAttribute namespace="##any" processContents="lax"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Complex Type TimestampType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram CL-SaFI-CIP-I010.tmp#id116 CL-SaFI-CIP-I010.tmp#id256
Model StartTime
Children StartTime
Attributes
QName Type Fixed Default Use Annotation
interval xs:duration optional
offset xs:duration required
Source
<xs:complexType name="TimestampType">
  <xs:sequence>
    <xs:element name="StartTime" type="xs:dateTime"/>
  </xs:sequence>
  <xs:attributeGroup ref="RelativeTimeAttributeGroup"/>
</xs:complexType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Complex Type TimeRangeType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Annotations
Defines an absolute time range.
Diagram
Diagram CL-SaFI-CIP-I010.tmp#id258 CL-SaFI-CIP-I010.tmp#id259
Attributes
QName Type Fixed Default Use Annotation
endtime xs:dateTime required
starttime xs:dateTime required
Source
<xs:complexType name="TimeRangeType">
  <xs:annotation>
    <xs:documentation>Defines an absolute time range.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="starttime" type="xs:dateTime" use="required"/>
  <xs:attribute name="endtime" type="xs:dateTime" use="required"/>
</xs:complexType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Complex Type FaultType
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram CL-SaFI-CIP-I010.tmp#id262 CL-SaFI-CIP-I010.tmp#id261
Model reason
Children reason
Attributes
QName Type Fixed Default Use Annotation
code xs:int optional
Source
<xs:complexType name="FaultType">
  <xs:sequence>
    <xs:element name="reason" type="xs:string"/>
  </xs:sequence>
  <xs:attribute name="code" type="xs:int" use="optional"/>
</xs:complexType>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute RelativeTimeAttributeGroup/@offset
Namespace No namespace
Type xs:duration
Properties
use: required
Used by
Attribute Group RelativeTimeAttributeGroup
Source
<xs:attribute name="offset" type="xs:duration" use="required"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute RelativeTimeAttributeGroup/@interval
Namespace No namespace
Type xs:duration
Properties
use: optional
Used by
Attribute Group RelativeTimeAttributeGroup
Source
<xs:attribute name="interval" type="xs:duration" use="optional"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute Scte35SegmentationUpidType/@type
Namespace No namespace
Annotations
A value from SCTE 35 Table 8-6 identifying the information
                            format.
Type xs:unsignedByte
Properties
use: required
Used by
Source
<xs:attribute name="type" type="xs:unsignedByte" use="required">
  <xs:annotation>
    <xs:documentation>A value from SCTE 35 Table 8-6 identifying the information format.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute Scte35SegmentationUpidType/@length
Namespace No namespace
Annotations
The information length in bytes. Limits may be applied as
                            per SCTE 35 Table 8-6.
Type xs:unsignedByte
Properties
use: optional
Used by
Source
<xs:attribute name="length" type="xs:unsignedByte" use="optional">
  <xs:annotation>
    <xs:documentation>The information length in bytes. Limits may be applied as per SCTE 35 Table 8-6.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute Scte35SegmentationUpidType/@eventID
Namespace No namespace
Annotations
A 32-bit unique segmentation event
                            identifier.
Type xs:unsignedInt
Properties
use: optional
Used by
Source
<xs:attribute name="eventID" type="xs:unsignedInt" use="optional">
  <xs:annotation>
    <xs:documentation>A 32-bit unique segmentation event identifier.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute Scte35SegmentationUpidType/@typeID
Namespace No namespace
Annotations
The segmentation type as specified by SCTE 35 Table
                            8-7.
Type xs:unsignedByte
Properties
use: optional
Used by
Source
<xs:attribute name="typeID" type="xs:unsignedByte" use="optional">
  <xs:annotation>
    <xs:documentation>The segmentation type as specified by SCTE 35 Table 8-7.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute Scte35SegmentationUpidType/@segmentNum
Namespace No namespace
Annotations
Identification of a specific segment within a segmentation
                            upid.
Type xs:unsignedByte
Properties
use: optional
Used by
Source
<xs:attribute name="segmentNum" type="xs:unsignedByte" use="optional">
  <xs:annotation>
    <xs:documentation>Identification of a specific segment within a segmentation upid.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute Scte35SegmentationUpidType/@segmentsExpected
Namespace No namespace
Annotations
Expected number of individual segments within the
                            segmentation upid.
Type xs:unsignedByte
Properties
use: optional
Used by
Source
<xs:attribute name="segmentsExpected" type="xs:unsignedByte" use="optional">
  <xs:annotation>
    <xs:documentation>Expected number of individual segments within the segmentation upid.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute Scte35SegmentationUpidType/@referenceDateTime
Namespace No namespace
Annotations
Contextual reference date and time.
Type xs:dateTime
Properties
use: optional
Used by
Source
<xs:attribute name="referenceDateTime" type="xs:dateTime" use="optional">
  <xs:annotation>
    <xs:documentation>Contextual reference date and time.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute ProgramType/@uniqueProgramID
Namespace No namespace
Annotations
Unique program identifier.
Type nonNegativeIntType
Properties
use: optional
Facets
minInclusive 0
Used by
Complex Type ProgramType
Source
<xs:attribute name="uniqueProgramID" type="nonNegativeIntType" use="optional">
  <xs:annotation>
    <xs:documentation>Unique program identifier.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute ProgramType/@referenceDateTime
Namespace No namespace
Annotations
Reference date and time.
Type xs:dateTime
Properties
use: optional
Used by
Complex Type ProgramType
Source
<xs:attribute name="referenceDateTime" type="xs:dateTime" use="optional">
  <xs:annotation>
    <xs:documentation>Reference date and time.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute VersionType/@MajorVersion
Namespace No namespace
Type PositiveIntType
Properties
fixed: 1
Facets
minInclusive 1
Used by
Complex Type VersionType
Source
<xs:attribute name="MajorVersion" type="PositiveIntType" fixed="1"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute VersionType/@MinorVersion
Namespace No namespace
Type nonNegativeIntType
Properties
fixed: 0
Facets
minInclusive 0
Used by
Complex Type VersionType
Source
<xs:attribute name="MinorVersion" type="nonNegativeIntType" fixed="0"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute VersionType/@MinSchemaVersion
Namespace No namespace
Type PositiveIntType
Properties
fixed: 1
Facets
minInclusive 1
Used by
Complex Type VersionType
Source
<xs:attribute name="MinSchemaVersion" type="PositiveIntType" fixed="1"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute OptionalRelativeTimeAttributeGroup/@offset
Namespace No namespace
Type xs:duration
Properties
use: optional
Used by
Source
<xs:attribute name="offset" type="xs:duration" use="optional"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute OptionalRelativeTimeAttributeGroup/@interval
Namespace No namespace
Type xs:duration
Properties
use: optional
Used by
Source
<xs:attribute name="interval" type="xs:duration" use="optional"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute AcknowledgementMessageType/@TransmissionId
Namespace No namespace
Type xs:string
Properties
content: simple
Used by
Source
<xs:attribute name="TransmissionId" type="xs:string"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute TimeRangeType/@starttime
Namespace No namespace
Type xs:dateTime
Properties
use: required
Used by
Complex Type TimeRangeType
Source
<xs:attribute name="starttime" type="xs:dateTime" use="required"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute TimeRangeType/@endtime
Namespace No namespace
Type xs:dateTime
Properties
use: required
Used by
Complex Type TimeRangeType
Source
<xs:attribute name="endtime" type="xs:dateTime" use="required"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute FaultType/@code
Namespace No namespace
Type xs:int
Properties
use: optional
Used by
Complex Type FaultType
Source
<xs:attribute name="code" type="xs:int" use="optional"/>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Element Group PackageIDGroup
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram CL-SaFI-CIP-I010.tmp#id264 CL-SaFI-CIP-I010.tmp#id265 CL-SaFI-CIP-I010.tmp#id266
Model PEID , EPSID , EventID{0,1}
Children EPSID, EventID, PEID
Source
<xs:group name="PackageIDGroup">
  <xs:sequence>
    <xs:element name="PEID" type="PeidType"/>
    <xs:element name="EPSID" type="EpsidType"/>
    <xs:element name="EventID" type="EventIDType" minOccurs="0"/>
  </xs:sequence>
</xs:group>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute Group RelativeTimeAttributeGroup
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram CL-SaFI-CIP-I010.tmp#id117 CL-SaFI-CIP-I010.tmp#id118
Used by
Attributes
QName Type Fixed Default Use Annotation
interval xs:duration optional
offset xs:duration required
Source
<xs:attributeGroup name="RelativeTimeAttributeGroup">
  <xs:annotation>
    <xs:documentation>Attribute set that defines some instant, or interval starting at some instant. The instant is offset from some event, usually start of flight (as xs:duration), and the interval is a duration after the offset.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="offset" type="xs:duration" use="required"/>
  <xs:attribute name="interval" type="xs:duration" use="optional"/>
</xs:attributeGroup>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd
Attribute Group OptionalRelativeTimeAttributeGroup
Namespace http://www.cablelabs.com/namespaces/safi/xsd/com/I01
Diagram
Diagram CL-SaFI-CIP-I010.tmp#id242 CL-SaFI-CIP-I010.tmp#id243
Attributes
QName Type Fixed Default Use Annotation
interval xs:duration optional
offset xs:duration optional
Source
<xs:attributeGroup name="OptionalRelativeTimeAttributeGroup">
  <xs:annotation>
    <xs:documentation>Attribute set that may define some instant, or interval starting at some instant, but may also be empty. The instant is offset from some event, usually start of flight (as xs:duration), and the interval is a duration after the offset.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="offset" type="xs:duration" use="optional"/>
  <xs:attribute name="interval" type="xs:duration" use="optional"/>
</xs:attributeGroup>
Schema location file:/C:/Documents and Settings/dburt/My Documents/FoldersOutlook/WGs/AdvAd/SaFI/cip/src/etc/CL-SaFI-COM-I01.xsd