The xs:sequence tag in XML Schema defines that child elements must appear in a specific order in the XML document instance. For example, xs:sequence containing xs:element name="first" then xs:element name="last" means the XML document must have first element before last element.