entity-resource-descriptor Schema
SupportSubtypeInfo Complex Type
entity-resource-descriptor Schema : SupportSubtypeInfo Complex Type

Glossary Item Box

Namespace (none)

Base Type

Diagram

SupportSubtypeInfo Complex Type

Overview

subTypeFieldName optional xs:string
The name of the field that contains the type-name of the subtype.
url required xs:string

Used By

Attributes

NameTypeUseDefaultFixedDescription
subTypeFieldNamexs:stringoptional  The name of the field that contains the type-name of the subtype.
urlxs:stringrequired   

Source

<xs:complexType name="SupportSubtypeInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation></xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="BooleanWithURLType">
      <xs:attribute name="subTypeFieldName" type="xs:string">
        <xs:annotation>
          <xs:documentation>
                        The name of the field that contains the type-name of the subtype.    
                    </xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>

See Also