Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element avDataGeneric-InEntity
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a Generic AVData Source 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_avDataGeneric-InEntity.tmp#avDataGeneric-InEntity_genericType avschema_xsd_Element_avDataGeneric-InEntity.tmp#avDataGeneric-InEntity_connectors avschema_xsd_Element_avDataGeneric-InEntity.tmp#avDataGeneric-InEntity_overload avschema_xsd_Element_avDataGeneric-InEntity.tmp#avDataGeneric-InEntity_activeAltSetting avschema_xsd_Element_avDataGeneric-InEntity.tmp#avDataGeneric-InEntity_tunnel avschema_xsd_Element_clockDomain.tmp#clockDomain avschema_xsd_Element_avDataGeneric-InEntity.tmp#avDataGeneric-InEntity_alternateSetting
Properties
content: complex
Used by
Model genericType , connectors{0,1} , overload{0,1} , activeAltSetting , tunnel{0,1} , clockDomain{0,1} , alternateSetting{1,255}
Children activeAltSetting, alternateSetting, clockDomain, connectors, genericType, overload, tunnel
Instance
<avDataGeneric-InEntity id="" linkID="" refID="" terminalID="" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <genericType>{1,1}</genericType>
  <connectors>{0,1}</connectors>
  <overload refID="">{0,1}</overload>
  <activeAltSetting refID="" rw="">{1,1}</activeAltSetting>
  <tunnel refID="">{0,1}</tunnel>
  <clockDomain clockDomainID="">{0,1}</clockDomain>
  <alternateSetting>{1,255}</alternateSetting>
</avDataGeneric-InEntity>
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="avDataGeneric-InEntity">
  <xsi:annotation>
    <xsi:documentation>Describes a Generic AVData Source Entity.</xsi:documentation>
  </xsi:annotation>
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="genericType" type="avDataType"/>
      <xsi:element name="connectors" type="connectorsControlType" minOccurs="0"/>
      <xsi:element name="overload" type="onlyRefControlType" minOccurs="0"/>
      <xsi:element name="activeAltSetting" type="rwControlType"/>
      <xsi:element name="tunnel" type="onlyRefControlType" minOccurs="0"/>
      <xsi:element ref="clockDomain" minOccurs="0"/>
      <!-- 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 avDataGeneric-InEntity / genericType
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Complex_Type_avDataType.tmp#avDataType_videoType AVTypes_xsd_Complex_Type_avDataType.tmp#avDataType_audioType AVTypes_xsd_Complex_Type_avDataType.tmp#avDataType
Type avDataType
Properties
content: complex
Model videoType , audioType , ANY element from ANY namespace OTHER than 'http://avschemas.usb.org/v1/AVSchema'
Children audioType, videoType
Instance
<genericType xmlns="http://avschemas.usb.org/v1/AVSchema">
  <videoType>{1,1}</videoType>
  <audioType>{1,1}</audioType>
</genericType>
Source
<xsi:element name="genericType" type="avDataType"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element avDataGeneric-InEntity / connectors
Namespace http://avschemas.usb.org/v1/AVSchema
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"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element avDataGeneric-InEntity / overload
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="overload" type="onlyRefControlType" minOccurs="0"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element avDataGeneric-InEntity / 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 avDataGeneric-InEntity / 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 avDataGeneric-InEntity / alternateSetting
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram avschema_xsd_Element_avDataGeneric-InEntity.tmp#avDataGeneric-InEntity_avDataGeneric-InEntity_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 avDataGeneric-InEntity / 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