SubstringFilter

Complex Type Information

Model

Children: any, final, initial

Attributes

QName Type Fixed Default Use Inheritable Annotation
name AttributeDescriptionValue required

Used By

Source

<xsd:complexType name="SubstringFilter">
  <xsd:sequence>
    <xsd:element name="initial" type="DsmlValue" minOccurs="0"/>
    <xsd:element name="any" type="DsmlValue" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="final" type="DsmlValue" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="name" type="AttributeDescriptionValue" use="required"/>
</xsd:complexType>