Documentation for UsiXML 1.8.0

Element: changeElement

[Table of contents]

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