Documentation for UsiXML 1.8.0

Element: box

[Table of contents]

Name box
Used by (from the same schema document) Element groupBox , Element window , Element floatIWindow , Element dialogBox , Element tabbedItem , Model Group boxContent , Model Group borderBoxContent , Complex Type nacLhsRhsType
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<ipo:box
tooltip=" ipo:hrefURI [0..1]"
defaultTooltip=" xs:string [0..1]"
icon=" ipo:hrefURI [0..1]"
defaultIcon=" xs:string [0..1]"
currentValue=" xs:string [0..1]"
content=" ipo:hrefURI [0..1]"
defaultContent=" xs:string [0..1]"
defaultHelp=" xs:anyURI [0..1]"
help=" xs:string [0..1]"
error=" xs:string [0..1]"
feedback=" xs:string [0..1]"
isMandatory=" xs:boolean [0..1]"
id=" xs:ID [0..1]"
name=" xs:string [0..1]"
isVisible=" xs:boolean [0..1]"
isEnabled=" xs:boolean [0..1]"
statusBarContent=" ipo:hrefURI [0..1]"
defaultStausBarContent=" xs:string [0..1]"
fgColor=" ipo:color [0..1]"
bgColor=" ipo:color [0..1]"
borderWidth=" xs:nonNegativeInteger [0..1]"
borderType=" xs:string (value comes from list: {'line'|'raised etched'|'lowered etched'|'raised bevel'|'lowered bevel'}) [0..1]"
borderTitle=" ipo:hrefURI [0..1]"
defaultBorderTitle=" xs:string [0..1]"
borderTitleAlign=" xs:string (value comes from list: {'left'|'right'|'middle'}) [0..1]"
borderColor=" ipo:color [0..1]"
transparencyRate=" xs:nonNegativeInteger (value <= 255) [0..1]"
styleClass=" xs:string [0..1]"
isDetachable=" xs:boolean [0..1]"
isMigratable=" xs:boolean [0..1]"
isPageable=" xs:boolean [0..1]"
bgImage=" xs:anyURI [0..1]"
width=" xs:nonNegativeInteger [0..1]"
height=" xs:nonNegativeInteger [0..1]"
repetition=" xs:nonNegativeInteger [0..1]"
type=" xs:string (value comes from list: {'horizontal'|'vertical'|'horizontalGrid'|'verticalGrid'|'stack'}) [0..1]"
isScrollable=" xs:boolean [0..1]"
isSplitable=" xs:boolean [0..1]"
isResizableVertical=" xs:boolean [0..1]"
isResizableHorizontal=" xs:boolean [0..1]"
isBalanced=" xs:boolean [0..1]"
relativeWidth=" ipo:percent [0..1]"
relativeHeight=" ipo:percent [0..1]"
relativeMinWidth=" xs:nonNegativeInteger [0..1]"
relativeMinHeight=" xs:nonNegativeInteger [0..1]">
<ipo:annotation
annotationType=" xs:string [0..1]"
file=" xs:string [0..1]"> [0..*]
xs:string
</ipo:annotation>
<ipo:behavior> ... </ipo:behavior> [0..*]
<ipo:initiation> [0..*]
<ipo:event> ... </ipo:event> [1..*]
</ipo:initiation>
<ipo:termination> [0..*]
<ipo:event> ... </ipo:event> [1..*]
</ipo:termination>
<ipo:menupopup> ... </ipo:menupopup> [0..1]
Start Choice [0..*]
<ipo:box> ... </ipo:box> [1]
<ipo:flowBox> ... </ipo:flowBox> [1]
<ipo:gridBox> ... </ipo:gridBox> [1]
<ipo:borderBox> ... </ipo:borderBox> [1]
<ipo:gridBagBox> ... </ipo:gridBagBox> [1]
<ipo:button> ... </ipo:button> [1]
<ipo:checkBox> ... </ipo:checkBox> [1]
<ipo:colorPicker> ... </ipo:colorPicker> [1]
<ipo:comboBox> ... </ipo:comboBox> [1]
<ipo:datePicker> ... </ipo:datePicker> [1]
<ipo:drawingCanvas> ... </ipo:drawingCanvas> [1]
<ipo:filePicker> ... </ipo:filePicker> [1]
<ipo:fontPicker> ... </ipo:fontPicker> [1]
<ipo:hourPicker> ... </ipo:hourPicker> [1]
<ipo:imageComponent> ... </ipo:imageComponent> [1]
<ipo:progressionBar> ... </ipo:progressionBar> [1]
<ipo:radioButton> ... </ipo:radioButton> [1]
<ipo:groupBox> ... </ipo:groupBox> [1]
<ipo:slider> ... </ipo:slider> [1]
<ipo:spin> ... </ipo:spin> [1]
<ipo:tabbedDialogBox> ... </ipo:tabbedDialogBox> [1]
<ipo:table> ... </ipo:table> [1]
<ipo:inputText> ... </ipo:inputText> [1]
<ipo:outputText> ... </ipo:outputText> [1]
<ipo:toggleButton> ... </ipo:toggleButton> [1]
<ipo:tree> ... </ipo:tree> [1]
<ipo:videoComponent> ... </ipo:videoComponent> [1]
<ipo:separator> ... </ipo:separator> [1]
<ipo:listBox> ... </ipo:listBox> [1]
<ipo:space> ... </ipo:space> [1]
End Choice
</ipo:box>
Diagram
Schema Component Representation
<xs:element name="box">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" ipo:graphicalContainerType ">
<xs:group ref=" ipo:boxContent "/>
<xs:attribute name="type">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="horizontal"/>
<xs:enumeration value="vertical"/>
<xs:enumeration value="horizontalGrid"/>
<xs:enumeration value="verticalGrid"/>
<xs:enumeration value="stack"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="isScrollable" type=" xs:boolean "/>
<xs:attribute name="isSplitable" type=" xs:boolean "/>
<xs:attribute name="isResizableVertical" type=" xs:boolean "/>
<xs:attribute name="isResizableHorizontal" type=" xs:boolean "/>
<xs:attribute name="isBalanced" type=" xs:boolean "/>
<xs:attribute name="relativeWidth" type=" ipo:percent "/>
<xs:attribute name="relativeHeight" type=" ipo:percent "/>
<xs:attribute name="relativeMinWidth" type=" xs:nonNegativeInteger "/>
<xs:attribute name="relativeMinHeight" type=" xs:nonNegativeInteger "/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>