Documentation for UsiXML 1.8.0

Element: stylesheet

[Table of contents]

Name stylesheet
Used by (from the same schema document) Element uiModel
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
h-589401426
XML Instance Representation
<ipo:stylesheet
import=" xs:anyURI [0..1]">
<ipo:style> ... </ipo:style> [0..*]
<ipo:styleClass
name="anySimpleType [0..1]"> [0..*]
<ipo:style> ... </ipo:style> [1..*]
</ipo:styleClass>
</ipo:stylesheet>
Diagram
h-589401426 h-589401426
Schema Component Representation
<xs:element name="stylesheet">
<xs:complexType>
<xs:sequence>
<xs:element ref=" ipo:style " minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="styleClass" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element ref=" ipo:style " maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="name"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="import" type=" xs:anyURI " use="optional"/>
</xs:complexType>
</xs:element>