Documentation for UsiXML 1.8.0

Element: addChild

[Table of contents]

Name addChild
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:addChild
parentId=" xs:string [1]"
rank=" xs:string [0..1]">
Start Sequence [1..*]
<ipo:elementName
id=" xs:ID [1]"
content=" xs:string [1]"/> [1]
End Sequence
</ipo:addChild>
Diagram
Schema Component Representation
<xs:element name="addChild">
<xs:complexType>
<xs:sequence maxOccurs="unbounded">
<xs:element name="elementName">
<xs:complexType>
<xs:attribute name="id" type=" xs:ID " use="required"/>
<xs:attribute name="content" type=" xs:string " use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="parentId" type=" xs:string " use="required"/>
<xs:attribute name="rank" type=" xs:string " use="optional"/>
</xs:complexType>
</xs:element>