Documentation for UsiXML 1.8.0

Complex Type: auditoryAdjacencyType

[Table of contents]

Super-types: cuiRelationshipType < auditoryRelationshipType (by extension) < auditoryAdjacencyType (by extension)
Sub-types: None
Name auditoryAdjacencyType
Used by (from the same schema document) Element auditoryAdjacency
Abstract no
XML Instance Representation
<...
id=" xs:ID [0..1]"
name=" xs:string [0..1]"
delayTime=" xs:nonNegativeInteger [0..1]">
<ipo:source> ... </ipo:source> [1..*]
<ipo:target> ... </ipo:target> [1..*]
</...>
Diagram
Schema Component Representation
<xs:complexType name="auditoryAdjacencyType">
<xs:complexContent>
<xs:extension base=" ipo:auditoryRelationshipType ">
<xs:attribute name="delayTime" type=" xs:nonNegativeInteger "/>
</xs:extension>
</xs:complexContent>
</xs:complexType>