Element | xupdate:modifications |
<xs:element name="insert-after"> <xs:complexType> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="xupdate:element"/> <xs:element ref="xupdate:attribute"/> <xs:element ref="xupdate:text"/> <xs:element ref="xupdate:processing-instruction"/> <xs:element ref="xupdate:comment"/> </xs:choice> </xs:complexType> </xs:element> |