Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element connectorsControlType / connector
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Attribute_Group_refID.tmp#refID AVTypes_xsd_Complex_Type_connectorsControlType.tmp#connectorsControlType_connectorsControlType_connector_label AVTypes_xsd_Complex_Type_connectorsControlType.tmp#connectorsControlType_connectorsControlType_connector_description
Properties
content: complex
maxOccurs: unbounded
Model label , description{0,1} , ANY element from ANY namespace OTHER than 'http://avschemas.usb.org/v1/AVSchema'
Children description, label
Instance
<connector refID="" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <label>{1,1}</label>
  <description>{0,1}</description>
</connector>
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="connector" maxOccurs="unbounded">
  <xsi:complexType>
    <xsi:annotation>
      <xsi:documentation>Describes the Connector Control.</xsi:documentation>
    </xsi:annotation>
    <xsi:sequence>
      <xsi:element name="label" type="xsi:string"/>
      <xsi:element name="description" type="xsi:string" minOccurs="0"/>
      <xsi:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
    </xsi:sequence>
    <xsi:attributeGroup ref="refID"/>
  </xsi:complexType>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element connectorsControlType / connector / label
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram
Type xsi:string
Properties
content: simple
Source
<xsi:element name="label" type="xsi:string"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element connectorsControlType / connector / description
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram
Type xsi:string
Properties
content: simple
minOccurs: 0
Source
<xsi:element name="description" type="xsi:string" minOccurs="0"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Complex Type connectorsControlType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a grouping of Connector Controls.
The Connector Number is implied by the order in which the connector elements occur in the list of Connectors.
The first Connector in the list of n is assigned #1. The last Connector is assigned #n.
The maximum number of Connectors is 65,535.
Diagram
Diagram AVTypes_xsd_Complex_Type_connectorsControlType.tmp#connectorsControlType_connector
Used by
Model connector+
Children connector
Source
<xsi:complexType name="connectorsControlType">
  <xsi:annotation>
    <xsi:documentation>Describes a grouping of Connector Controls.</xsi:documentation>
    <xsi:documentation>The Connector Number is implied by the order in which the connector elements occur in the list of Connectors.</xsi:documentation>
    <xsi:documentation>The first Connector in the list of n is assigned #1. The last Connector is assigned #n.</xsi:documentation>
    <xsi:documentation>The maximum number of Connectors is 65,535.</xsi:documentation>
  </xsi:annotation>
  <xsi:sequence>
    <xsi:element name="connector" maxOccurs="unbounded">
      <xsi:complexType>
        <xsi:annotation>
          <xsi:documentation>Describes the Connector Control.</xsi:documentation>
        </xsi:annotation>
        <xsi:sequence>
          <xsi:element name="label" type="xsi:string"/>
          <xsi:element name="description" type="xsi:string" minOccurs="0"/>
          <xsi:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
        </xsi:sequence>
        <xsi:attributeGroup ref="refID"/>
      </xsi:complexType>
    </xsi:element>
  </xsi:sequence>
</xsi:complexType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd