Documentation for UsiXML 1.8.0

Element: style

[Table of contents]

Name style
Used by (from the same schema document) Element stylesheet , Element stylesheet
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<ipo:style
attributeName=" xs:string [1]"
value=" xs:string [1]"
elementType=" xs:string [0..1]"/>
Diagram
Schema Component Representation
<xs:element name="style">
<xs:complexType>
<xs:attribute name="attributeName" type=" xs:string " use="required"/>
<xs:attribute name="value" type=" xs:string " use="required"/>
<xs:attribute name="elementType" type=" xs:string " use="optional"/>
</xs:complexType>
</xs:element>