simpleType "xs:IDREFS"
Namespace:
Defined:
globally in XMLSchema.xsd; see XML source
Used:
never
Simple Content Model
Simple Content Restrictions:
MinLength:
1
Annotation
See:  http://www.w3.org/TR/xmlschema-2/#IDREFS
Type Definition Detail
Type Derivation Tree
xs:anySimpleType (restriction)
  xs:string (restriction)
      xs:normalizedString (restriction)
          xs:token (restriction)
              xs:Name (restriction)
                  xs:NCName (restriction)
                      xs:IDREF (restriction of list)
                          xs:IDREFS
Derivation:
restriction of anonymous simpleType
Facets:
minLength:
1
Anonymous simpleType
Derivation:
list of xs:IDREF
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType id="IDREFS" name="IDREFS">
<xs:restriction>
<xs:simpleType>
<xs:list itemType="xs:IDREF"/>
</xs:simpleType>
<xs:minLength id="IDREFS.minLength" value="1"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with FlexDoc/XML 1.12.5 using FlexDoc/XML XSDDoc 2.9.2 template set. All XSD diagrams generated by Oxygen XML Editor via FlexDoc/XML OxygenXML Integration.