complexType noFixedFacet
diagram index_p917.png
namespace http://www.w3.org/2001/XMLSchema
type restriction of xs:facet
properties
base xs:facet
children xs:annotation
used by
elements enumeration pattern
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
valuerequired      
fixedprohibited      
source <xs:complexType name="noFixedFacet">
 
<xs:complexContent>
   
<xs:restriction base="xs:facet">
     
<xs:sequence>
       
<xs:element ref="xs:annotation" minOccurs="0"/>
     
</xs:sequence>
     
<xs:attribute name="fixed" use="prohibited"/>
     
<xs:anyAttribute namespace="##other" processContents="lax"/>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>

attribute noFixedFacet/@fixed
properties
isRef 0
use prohibited
source <xs:attribute name="fixed" use="prohibited"/>


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