complexType narrowMaxMin
diagram index_p914.png
namespace http://www.w3.org/2001/XMLSchema
type restriction of xs:localElement
properties
base xs:localElement
children xs:annotation xs:simpleType xs:complexType xs:unique xs:key xs:keyref
used by
element allModel/element
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
namexs:NCName      
refxs:QName      
typexs:QName      
minOccursderived by: xs:nonNegativeIntegeroptional  1    
maxOccursderived by: xs:allNNIoptional  1    
defaultxs:string      
fixedxs:string      
nillablexs:booleanoptional  false    
blockxs:blockSet      
formxs:formChoice      
annotation
documentation
restricted max/min
source <xs:complexType name="narrowMaxMin">
 
<xs:annotation>
   
<xs:documentation>restricted max/min</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:restriction base="xs:localElement">
     
<xs:sequence>
       
<xs:element ref="xs:annotation" minOccurs="0"/>
       
<xs:choice minOccurs="0">
         
<xs:element name="simpleType" type="xs:localSimpleType"/>
         
<xs:element name="complexType" type="xs:localComplexType"/>
       
</xs:choice>
       
<xs:group ref="xs:identityConstraint" minOccurs="0" maxOccurs="unbounded"/>
     
</xs:sequence>
     
<xs:attribute name="minOccurs" use="optional" default="1">
       
<xs:simpleType>
         
<xs:restriction base="xs:nonNegativeInteger">
           
<xs:enumeration value="0"/>
           
<xs:enumeration value="1"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:attribute>
     
<xs:attribute name="maxOccurs" use="optional" default="1">
       
<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 narrowMaxMin/@minOccurs
type restriction of xs:nonNegativeInteger
properties
isRef 0
default 1
use optional
facets
Kind Value annotation 
enumeration 
enumeration 
source <xs:attribute name="minOccurs" use="optional" default="1">
 
<xs:simpleType>
   
<xs:restriction base="xs:nonNegativeInteger">
     
<xs:enumeration value="0"/>
     
<xs:enumeration value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

attribute narrowMaxMin/@maxOccurs
type restriction of xs:allNNI
properties
isRef 0
default 1
use optional
facets
Kind Value annotation 
enumeration 
enumeration 
source <xs:attribute name="maxOccurs" use="optional" default="1">
 
<xs:simpleType>
   
<xs:restriction base="xs:allNNI">
     
<xs:enumeration value="0"/>
     
<xs:enumeration value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:attribute>

element narrowMaxMin/simpleType
diagram index_p915.png
namespace http://www.w3.org/2001/XMLSchema
type xs:localSimpleType
properties
isRef 0
content complex
children xs:annotation xs:restriction xs:list xs:union
used by
group redefinable
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
source <xs:element name="simpleType" type="xs:localSimpleType"/>

element narrowMaxMin/complexType
diagram index_p916.png
namespace http://www.w3.org/2001/XMLSchema
type xs:localComplexType
properties
isRef 0
content complex
children xs:annotation xs:simpleContent xs:complexContent xs:group xs:all xs:choice xs:sequence xs:attribute xs:attributeGroup xs:anyAttribute
used by
group redefinable
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
mixedxs:booleanoptional  false    
documentation

      Not allowed if simpleContent child is chosen.
      May be overriden by setting on complexContent child.
source <xs:element name="complexType" type="xs:localComplexType"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy