http://schemas.xmlsoap.org/soap/encoding/
The ENTITY Complex Type
Complex Type ENTITY
The ENTITY type does not allow mixed content. There is no restriction on type derivation.  Allows any attributes from other namespaces (lax validation).
ENTITY is derived from ENTITY type. There are several restrictions on the value. The schema processor collapses value's whitespace. The value must match "[\i-[:]][\c-[:]]*".
 CollapseClick here to hide comment XML Instance
<... href="xs:anyURI" id="xs:ID" Allows any attributes from other namespaces (lax validation).>xs:ENTITY</...>

 Collapse Attributes

Name Type Summary
href anyURI
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
id ID
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
Allows any attributes from other namespaces (lax validation).

 Collapse XML
-<xs:complexType  name="ENTITY">
-<xs:simpleContent>
-<xs:extension  base="xs:ENTITY">
<xs:attributeGroup  ref="tns:commonAttributes" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>

 Collapse Uses
 Collapse Attribute Group (1)
 Collapse Type (1)
ENTITY 
 
 Collapse Used-By
 Collapse Element (1)
ENTITY 
 
Generated by WSDLdoc ©