element <exclude> (local)
Namespace:
Type:
Content:
empty, 1 attribute
Defined:
locally within shapeType complexType in hscommon.xsd; see XML source
XML Representation Summary
<exclude
   
 = 
xsd:string
/>
Included in content model of elements (1):
shape (type shapeType)
Annotation
This element specifies the set of nodes that should be excluded from the shape, relative to the possible set of nodes indicated by the <b>base</b> attribute.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="exclude" type="shapeAtomType">
<xsd:annotation>
<xsd:documentation>
This element specifies the set of nodes that should be excluded from the shape,
relative to the possible set of nodes indicated by the
<b>base</b>
attribute.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Attribute Detail (all declarations; 1/1)
select
Type:
Use:
required
Defined:
locally within shapeAtomType complexType
XML Source (see within schema source)
<xsd:attribute name="select" type="selectType" use="required"/>