Documentation for UsiXML 1.8.0

Element: space

[Table of contents]

Name space
Used by (from the same schema document) Element gridBagBox , Model Group boxContent
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h-1518477259
XML Instance Representation
<ipo:space
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]"
glueHorizontal=" xs:string (value comes from list: {'right'|'left'|'middle'}) [0..1]"
mnemonic=" ipo:hrefURI [0..1]"
defaultMnemonic=" xs:string [0..1]"
glueVertical=" xs:string (value comes from list: {'top'|'bottom'|'middle'}) [0..1]"
isBold=" xs:boolean [0..1]"
isUnderline=" xs:boolean [0..1]"
isStrikethrough=" xs:boolean [0..1]"
isSubscript=" xs:boolean [0..1]"
isSuperscript=" xs:boolean [0..1]"
isPreformatted=" xs:boolean [0..1]"
textColor=" ipo:color [0..1]"
textSize=" xs:integer [0..1]"
textFont=" xs:string [0..1]"
isItalic=" xs:boolean [0..1]"
isIdentifiedBy=" xs:string [0..1]"
unitGrid=" xs:string (pattern = gridUnit) [0..1]"
value=" xs:integer [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:space>
Diagram
Schema Component Representation
<xs:element name="space">
<xs:complexType>
<xs:complexContent>
<xs:extension base=" ipo:graphicalIndividualComponentType ">
<xs:attribute name="unitGrid" use="optional" default="gridUnit">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:pattern value="gridUnit"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="value" type=" xs:integer " use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>