Documentation for UsiXML 1.8.0

Element: auiDialogControl

[Table of contents]

Name auiDialogControl
Used by (from the same schema document) Element uiModel , Complex Type nacLhsRhsType
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h-1096305986 h-1080705996
XML Instance Representation
<ipo:auiDialogControl
id=" xs:ID [0..1]"
name=" xs:string [0..1]"
control=" xs:string [0..1]">
<ipo:source> ... </ipo:source> [0..*]
<ipo:target> ... </ipo:target> [0..*]
</ipo:auiDialogControl>
Diagram
Schema Component Representation
<xs:element name="auiDialogControl">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" ipo:auiRelationshipType ">
<xs:attribute name="control" type=" xs:string "/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>