attributeGroup "declare.attlist"
Namespace:
Content:
Defined:
globally in constructs.xsd, see XML source
Includes:
definitions of 4 attributes
Used:
XML Representation Summary
<...
    definitionURL
 = 
xs:anyURI
    encoding
 = 
xs:string
    nargs
 = 
xs:nonNegativeInteger
    occurrence
 = 
("prefix" | "infix" | "function-model")
    scope
 = 
xs:string
    type
 = 
xs:string
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="declare.attlist">
<xs:attribute name="type" type="xs:string"/>
<xs:attribute name="scope" type="xs:string"/>
<xs:attribute name="nargs" type="xs:nonNegativeInteger"/>
<xs:attribute name="occurrence">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="prefix"/>
<xs:enumeration value="infix"/>
<xs:enumeration value="function-model"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="Definition.attrib"/>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 4/6)
nargs
Type:
xs:nonNegativeInteger, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="nargs" type="xs:nonNegativeInteger"/>

occurrence
Type:
anonymous (restriction of xs:string)
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"prefix", "infix", "function-model"
Anonymous simpleType
Type Derivation Tree
xs:string
  simpleType (restriction)
Derivation:
restriction of xs:string
Facets:
enumeration:
"prefix", "infix", "function-model"
XML Source (see within schema source)
<xs:attribute name="occurrence">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="prefix"/>
<xs:enumeration value="infix"/>
<xs:enumeration value="function-model"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

scope
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="scope" type="xs:string"/>

type
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="type" type="xs:string"/>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set