Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element avDataHDMI-OutEntity
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes an AVData HDMI-Out Entity.
Diagram
Diagram AVTypes_xsd_Attribute_Group_id.tmp#id AVTypes_xsd_Attribute_Group_terminalID.tmp#terminalID AVTypes_xsd_Attribute_Group_linkID.tmp#linkID AVTypes_xsd_Attribute_Group_refID.tmp#refID avschema_xsd_Element_avDataHDMI-OutEntity.tmp#avDataHDMI-OutEntity_connectors avschema_xsd_Element_avDataHDMI-OutEntity.tmp#avDataHDMI-OutEntity_activeAltSetting avschema_xsd_Element_avDataHDMI-OutEntity.tmp#avDataHDMI-OutEntity_tunnel avschema_xsd_Element_avDataHDMI-OutEntity.tmp#avDataHDMI-OutEntity_cec avschema_xsd_Element_avDataHDMI-OutEntity.tmp#avDataHDMI-OutEntity_alternateSetting
Properties
content: complex
Used by
Model connectors{0,1} , activeAltSetting , tunnel{0,1} , cec{0,1} , alternateSetting{1,255}
Children activeAltSetting, alternateSetting, cec, connectors, tunnel
Instance
<avDataHDMI-OutEntity id="" linkID="" refID="" terminalID="" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <connectors>{0,1}</connectors>
  <activeAltSetting refID="" rw="">{1,1}</activeAltSetting>
  <tunnel refID="">{0,1}</tunnel>
  <cec>{0,1}</cec>
  <alternateSetting>{1,255}</alternateSetting>
</avDataHDMI-OutEntity>
Attributes
QName Type Fixed Default Use Annotation
id idType required
Uniquely identifies the Entity represented by the element within the AVFunction.
The value of the id attribute shall be unique for each Entity within the AVFunction. The value 1 is reserved for the Control interface Entity.
The value of this attribute shall be used in the EID parameter of any Control Sequence that addresses this Entity.
linkID idListType optional
Can be used to link this AVData Entity to one or more other AVData Entities (via their Entity IDs), indicating a functional relationship among these AVData Entities.
refID xsi:string optional
Can be used to uniquely identify the object represented by this element for external binding reference purposes.
The value of the refID shall be unique for each object within the AVFunction and is implementation-specific. May be a GUID.
terminalID idType required
Contains the Terminal ID of the Terminal with which this AVData Entity is associated.
Source
<xsi:element name="avDataHDMI-OutEntity">
  <xsi:annotation>
    <xsi:documentation>Describes an AVData HDMI-Out Entity.</xsi:documentation>
  </xsi:annotation>
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="connectors" type="connectorsControlType" minOccurs="0">
        <xsi:annotation>
          <xsi:documentation>Describes the HDMI connector. Only one Connector Control shall be present and its Number shall be #1.</xsi:documentation>
        </xsi:annotation>
      </xsi:element>
      <xsi:element name="activeAltSetting" type="rwControlType"/>
      <xsi:element name="tunnel" type="onlyRefControlType" minOccurs="0"/>
      <xsi:element name="cec" minOccurs="0">
        <xsi:complexType>
          <xsi:sequence>
            <xsi:element name="cecWrite">
              <xsi:complexType>
                <xsi:attributeGroup ref="wr"/>
                <xsi:attributeGroup ref="refID"/>
              </xsi:complexType>
            </xsi:element>
            <xsi:element name="cecWriteStatus" type="onlyRefControlType"/>
            <xsi:element name="cecRead" type="onlyRefControlType"/>
          </xsi:sequence>
        </xsi:complexType>
      </xsi:element>
      <!-- alternateSetting 0 shall always be present but does not need any description (empty) -->
      <!-- Possible # of alternateSettings that can be advertized range from 1 to 255 -->
      <xsi:element name="alternateSetting" maxOccurs="255">
        <xsi:complexType>
          <xsi:sequence>
            <xsi:element name="type" minOccurs="0">
              <xsi:complexType>
                <xsi:sequence>
                  <xsi:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
                </xsi:sequence>
              </xsi:complexType>
            </xsi:element>
          </xsi:sequence>
        </xsi:complexType>
      </xsi:element>
    </xsi:sequence>
    <xsi:attributeGroup ref="id"/>
    <xsi:attributeGroup ref="terminalID"/>
    <xsi:attributeGroup ref="linkID"/>
    <xsi:attributeGroup ref="refID"/>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element avDataHDMI-OutEntity / connectors
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the HDMI connector. Only one Connector Control shall be present and its Number shall be #1.
Diagram
Diagram AVTypes_xsd_Complex_Type_connectorsControlType.tmp#connectorsControlType_connector AVTypes_xsd_Complex_Type_connectorsControlType.tmp#connectorsControlType
Type connectorsControlType
Properties
content: complex
minOccurs: 0
Model connector+
Children connector
Instance
<connectors xmlns="http://avschemas.usb.org/v1/AVSchema">
  <connector refID="">{1,unbounded}</connector>
</connectors>
Source
<xsi:element name="connectors" type="connectorsControlType" minOccurs="0">
  <xsi:annotation>
    <xsi:documentation>Describes the HDMI connector. Only one Connector Control shall be present and its Number shall be #1.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element avDataHDMI-OutEntity / activeAltSetting
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Complex_Type_rwControlType.tmp#rwControlType_rw AVTypes_xsd_Attribute_Group_refID.tmp#refID AVTypes_xsd_Complex_Type_rwControlType.tmp#rwControlType
Type rwControlType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
refID xsi:string optional
Can be used to uniquely identify the object represented by this element for external binding reference purposes.
The value of the refID shall be unique for each object within the AVFunction and is implementation-specific. May be a GUID.
rw restriction of rwType required
Source
<xsi:element name="activeAltSetting" type="rwControlType"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element avDataHDMI-OutEntity / tunnel
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Attribute_Group_refID.tmp#refID AVTypes_xsd_Complex_Type_onlyRefControlType.tmp#onlyRefControlType
Type onlyRefControlType
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
refID xsi:string optional
Can be used to uniquely identify the object represented by this element for external binding reference purposes.
The value of the refID shall be unique for each object within the AVFunction and is implementation-specific. May be a GUID.
Source
<xsi:element name="tunnel" type="onlyRefControlType" minOccurs="0"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element avDataHDMI-OutEntity / cec
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram avschema_xsd_Element_avDataHDMI-OutEntity.tmp#avDataHDMI-OutEntity_avDataHDMI-OutEntity_cec_cecWrite avschema_xsd_Element_avDataHDMI-OutEntity.tmp#avDataHDMI-OutEntity_avDataHDMI-OutEntity_cec_cecWriteStatus avschema_xsd_Element_avDataHDMI-OutEntity.tmp#avDataHDMI-OutEntity_avDataHDMI-OutEntity_cec_cecRead
Properties
content: complex
minOccurs: 0
Model cecWrite , cecWriteStatus , cecRead
Children cecRead, cecWrite, cecWriteStatus
Instance
<cec xmlns="http://avschemas.usb.org/v1/AVSchema">
  <cecWrite refID="" wr="">{1,1}</cecWrite>
  <cecWriteStatus refID="">{1,1}</cecWriteStatus>
  <cecRead refID="">{1,1}</cecRead>
</cec>
Source
<xsi:element name="cec" minOccurs="0">
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="cecWrite">
        <xsi:complexType>
          <xsi:attributeGroup ref="wr"/>
          <xsi:attributeGroup ref="refID"/>
        </xsi:complexType>
      </xsi:element>
      <xsi:element name="cecWriteStatus" type="onlyRefControlType"/>
      <xsi:element name="cecRead" type="onlyRefControlType"/>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element avDataHDMI-OutEntity / cec / cecWrite
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Attribute_Group_wr.tmp#wr AVTypes_xsd_Attribute_Group_refID.tmp#refID
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
refID xsi:string optional
Can be used to uniquely identify the object represented by this element for external binding reference purposes.
The value of the refID shall be unique for each object within the AVFunction and is implementation-specific. May be a GUID.
wr wrType required
Used to indicate the read-write support level for the Control.
WO means the CUR Property is implemented as Write-Only and the NEXT Porperty is not implemented.
RW means the CUR Property is implemented as Read-Write and the NEXT Porperty is not implemented.
Source
<xsi:element name="cecWrite">
  <xsi:complexType>
    <xsi:attributeGroup ref="wr"/>
    <xsi:attributeGroup ref="refID"/>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element avDataHDMI-OutEntity / cec / cecWriteStatus
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Attribute_Group_refID.tmp#refID AVTypes_xsd_Complex_Type_onlyRefControlType.tmp#onlyRefControlType
Type onlyRefControlType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
refID xsi:string optional
Can be used to uniquely identify the object represented by this element for external binding reference purposes.
The value of the refID shall be unique for each object within the AVFunction and is implementation-specific. May be a GUID.
Source
<xsi:element name="cecWriteStatus" type="onlyRefControlType"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element avDataHDMI-OutEntity / cec / cecRead
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Attribute_Group_refID.tmp#refID AVTypes_xsd_Complex_Type_onlyRefControlType.tmp#onlyRefControlType
Type onlyRefControlType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
refID xsi:string optional
Can be used to uniquely identify the object represented by this element for external binding reference purposes.
The value of the refID shall be unique for each object within the AVFunction and is implementation-specific. May be a GUID.
Source
<xsi:element name="cecRead" type="onlyRefControlType"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element avDataHDMI-OutEntity / alternateSetting
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram avschema_xsd_Element_avDataHDMI-OutEntity.tmp#avDataHDMI-OutEntity_avDataHDMI-OutEntity_alternateSetting_type
Properties
content: complex
maxOccurs: 255
Model type{0,1}
Children type
Instance
<alternateSetting xmlns="http://avschemas.usb.org/v1/AVSchema">
  <type>{0,1}</type>
</alternateSetting>
Source
<xsi:element name="alternateSetting" maxOccurs="255">
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="type" minOccurs="0">
        <xsi:complexType>
          <xsi:sequence>
            <xsi:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
          </xsi:sequence>
        </xsi:complexType>
      </xsi:element>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element avDataHDMI-OutEntity / alternateSetting / type
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram
Properties
content: complex
minOccurs: 0
Model ANY element from ANY namespace OTHER than 'http://avschemas.usb.org/v1/AVSchema'
Source
<xsi:element name="type" minOccurs="0">
  <xsi:complexType>
    <xsi:sequence>
      <xsi:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd