Advertisement
xickoh

CustomerTypes.xsd

Oct 23rd, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.89 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:c="http://www.facturas.com/commontypes" elementFormDefault="qualified" xmlns="http://www.facturas.com/customertypes" targetNamespace="http://www.facturas.com/customertypes">
  3. <xs:import namespace="http://www.facturas.com/commontypes" schemaLocation="CommonTypes.xsd"/>    
  4.     <xs:complexType name="formatomorada">
  5.         <xs:sequence>
  6.             <xs:element name="entidade" type="c:formatoString"/>
  7.             <xs:element name="rua" type="c:formatoString"/>
  8.             <xs:element name="numPorta" type="c:formatoString"/>
  9.             <xs:element name="codigoPostal" type="c:formatoCp"/>
  10.             <xs:element name="cidade" type="c:formatoLocalizações"/>
  11.             <xs:element name="pais" type="c:formatoLocalizações"/>            
  12.         </xs:sequence>
  13.     </xs:complexType>
  14. </xs:schema>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement