This field... | Specifies... |
Name | The local name and target namespace of the complex type. The Name value is equal to the expanded value (prefix plus local name) of the name attribute in the type definition. If the Schema Browser displays 'Anonymous' as the name of the simple type, the complex type is an anonymous (unnamed) type defined in an element declaration. |
Is Abstract | Whether the complex type definition is abstract. The value of Is Abstract corresponds to the abstract attribute in the complex type definition. The Is Abstract field can have one of the following values: True indicates the complex type is abstract. When an element corresponds to an abstract complex type definition, the element in the instance document must contain xsi:type to refer to a complex type derived from the abstract type. When the value of Is Abstract is True, the complex type definition contains abstract="true". False indicates the complex type definition is not abstract. When the value of Is Abstract is False, the abstract attribute is absent from the complex type definition or abstract="false". |