element <m:declare> (global)
Namespace:
Type:
anonymous complexType
Content:
complex, 6 attributes, 58 elements
Subst.Gr:
substitutes for m:DeprecatedContExp
Defined:
Includes:
definitions of 4 attributes
Used:
never
Component Diagram
XML Representation Summary
<m:declare
   
 = 
xs:string
 = 
xs:string
 = 
xs:nonNegativeInteger
 = 
("prefix" | "infix" | "function-model")
 = 
xs:string
 = 
xs:anyURI
   
>
   
Content: 
</m:declare>
May contain elements by substitutions (113):
May be included in elements by substitutions (50):
m:semantics (defined in m:semantics group),
m:semantics (defined in m:semantics-contexp group),
XML Source (see within schema source)
<xs:element name="declare" substitutionGroup="m:DeprecatedContExp">
<xs:complexType>
<xs:group maxOccurs="unbounded" ref="m:ContExp"/>
<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:token">
<xs:enumeration value="prefix"/>
<xs:enumeration value="infix"/>
<xs:enumeration value="function-model"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="m:DefEncAtt"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within 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 simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"prefix", "infix", "function-model"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
XML Source (see within schema source)
<xs:attribute name="occurrence">
<xs:simpleType>
<xs:restriction base="xs:token">
<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 FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.