complexType "xs:narrowMaxMin"
Namespace:
Content:
complex, 11 attributes, attr. wildcard, 6 elements
Block:
"#all" (blocks all substitutions of this complex type through xsi:type attribute in instance XML documents)
Defined:
globally in XMLSchema.xsd; see XML source
Includes:
definitions of 2 attributes, attr. wildcard, 3 elements
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
 = 
 = 
 = 
 = 
 = 
 = 
xs:boolean : "false"
 = 
("#all" | list of ("extension" | "restriction" | "substitution"))
 = 
("qualified" | "unqualified")
 = 
("0" | "1") : "1"
 = 
("0" | "1") : "1"
   
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
xs:element  (defined in xs:allModel group)
Known Usage Locations
Annotation
restricted max/min
Type Definition Detail
Type Derivation Tree
xs:anyType (restriction)
  xs:openAttrs (extension)
      xs:annotated (extension)
          xs:element (restriction)
              xs:localElement (restriction)
                  xs:narrowMaxMin
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="narrowMaxMin">
<xs:complexContent>
<xs:restriction base="xs:localElement">
<xs:sequence>
<xs:element minOccurs="0" ref="xs:annotation"/>
<xs:choice minOccurs="0">
<xs:element name="simpleType" type="xs:localSimpleType"/>
<xs:element name="complexType" type="xs:localComplexType"/>
</xs:choice>
<xs:group maxOccurs="unbounded" minOccurs="0" ref="xs:identityConstraint"/>
</xs:sequence>
<xs:attribute default="1" name="minOccurs" use="optional">
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger">
<xs:enumeration value="0"/>
<xs:enumeration value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute default="1" name="maxOccurs" use="optional">
<xs:simpleType>
<xs:restriction base="xs:allNNI">
<xs:enumeration value="0"/>
<xs:enumeration value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 3/12)
maxOccurs
Type:
anonymous simpleType (restriction of xs:allNNI)
Use:
optional
Attribute Value
enumeration of (xs:nonNegativeInteger | "unbounded")
Enumeration:
"0", "1"
Default:
"1"
Anonymous simpleType
Type Derivation Tree
union of (xs:nonNegativeInteger | restriction of xs:NMTOKEN)
  xs:allNNI (restriction)
      simpleType
Derivation:
restriction of xs:allNNI
Facets:
enumeration:
"0", "1"
XML Source (see within schema source)
<xs:attribute default="1" name="maxOccurs" use="optional">
<xs:simpleType>
<xs:restriction base="xs:allNNI">
<xs:enumeration value="0"/>
<xs:enumeration value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

minOccurs
Type:
anonymous simpleType (restriction of xs:nonNegativeInteger)
Use:
optional
Attribute Value
enumeration of xs:nonNegativeInteger
Enumeration:
"0", "1"
Default:
"1"
Anonymous simpleType
Type Derivation Tree
xs:anySimpleType (restriction)
  xs:decimal (restriction)
      xs:integer (restriction)
          xs:nonNegativeInteger (restriction)
              simpleType
Derivation:
restriction of xs:nonNegativeInteger
Facets:
enumeration:
"0", "1"
XML Source (see within schema source)
<xs:attribute default="1" name="minOccurs" use="optional">
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger">
<xs:enumeration value="0"/>
<xs:enumeration value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

{any attribute from non-schema namespace}
XML Source (see within schema source)
<xs:anyAttribute namespace="##other" processContents="lax"/>
Content Element Detail (all declarations; defined within this component only; 3/6)
xs:annotation
Type:
anonymous complexType (extension of xs:openAttrs), complex content
XML Source (see within schema source)
<xs:element minOccurs="0" ref="xs:annotation"/>

xs:complexType
Type:
xs:localComplexType, complex content
XML Source (see within schema source)
<xs:element name="complexType" type="xs:localComplexType"/>

xs:simpleType
Type:
xs:localSimpleType, complex content
XML Source (see within schema source)
<xs:element name="simpleType" type="xs:localSimpleType"/>

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.