Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element clockConnectorControlType / 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 clockConnectorControlType / 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 clockConnectorControlType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the Clock Connector Control.
Diagram
Diagram AVTypes_xsd_Attribute_Group_refID.tmp#refID AVTypes_xsd_Complex_Type_clockConnectorControlType.tmp#clockConnectorControlType_label AVTypes_xsd_Complex_Type_clockConnectorControlType.tmp#clockConnectorControlType_description
Used by
Model label , description{0,1} , ANY element from ANY namespace OTHER than 'http://avschemas.usb.org/v1/AVSchema'
Children description, label
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:complexType name="clockConnectorControlType">
  <xsi:annotation>
    <xsi:documentation>Describes the Clock 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>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd