Alma/Acs/AcsCommandCenterTools
element insertion

Properties
This component is not nillable.

Model
<insertion
  source = xsd:NMTOKEN>
default?
</insertion>


Nested Element Summary
xsd:stringdefault
          

Attribute Summary
 xsd:NMTOKENsource
          

Attribute Detail

source

Type:
based on
with :
Use:
required
Form:
unqualified

Source
<xsd:element maxOccurs="unbounded" name="insertion">
<xsd:complexType mixed="true">
<xsd:choice minOccurs="0">
<xsd:element name="default" type="xsd:string"/>
</xsd:choice>
<xsd:attribute name="source" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="input"/>
<xsd:enumeration value="model"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.