tCopy

Complex Type Information

Model

documentation* , ANY element from ANY namespace OTHER than 'No Namespace' , from , to
Children: documentation, from, to

Attributes

QName Type Fixed Default Use Inheritable Annotation
ignoreMissingFromData tBoolean no optional
keepSrcElementName tBoolean no optional
Wildcard: ANY attribute from ANY namespace OTHER than 'No Namespace'

Used By

Element copy

Source

<xsd:complexType name="tCopy">
  <xsd:complexContent>
    <xsd:extension base="tExtensibleElements">
      <xsd:sequence>
        <xsd:element ref="from" minOccurs="1"/>
        <xsd:element ref="to" minOccurs="1"/>
      </xsd:sequence>
      <xsd:attribute name="keepSrcElementName" type="tBoolean" use="optional" default="no"/>
      <xsd:attribute name="ignoreMissingFromData" type="tBoolean" use="optional" default="no"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>