https://github.com/cran/XML
Raw File
Tip revision: e7fb79ee864af0a574ef57042bec12b50abdc532 authored by Duncan Temple Lang on 20 June 2013, 00:00:00 UTC
version 3.98-1.1
Tip revision: e7fb79e
schema.xsd
<?xml version = "1.0" encoding = "UTF-8"?>

<xsd:schema
   xmlns:xsd = "http://www.w3.org/2001/XMLSchema"
   >
    <xsd:element name = "vehicles">
     <xsd:complexType>
      <xsd:sequence>
       <xsd:element name = "nickname" 
                    type = "xsd:string"
                    maxOccurs = "unbounded"/>
      </xsd:sequence>
     </xsd:complexType>
    </xsd:element>
</xsd:schema>
back to top