// // Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802 // Consulte http://java.sun.com/xml/jaxb // Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem. // Gerado em: 2017.08.23 às 03:05:57 PM BRT // //@XmlSchema( // namespace="", // // If qualified namespace will be added to all elements // elementFormDefault = XmlNsForm.QUALIFIED, // // If qualifies namespace will be added to all attributes // attributeFormDefault = XmlNsForm.UNQUALIFIED, // xmlns = { // @XmlNs(prefix = "bpe", namespaceURI = "http://www.portalfiscal.inf.br/bpe"), //// @XmlNs(prefix = "xsi", namespaceURI = "http://www.portalfiscal.inf.br/bpe"), // } //) @javax.xml.bind.annotation.XmlSchema(namespace = "http://www.portalfiscal.inf.br/bpe", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED) package br.inf.portalfiscal.bpe; import javax.xml.bind.annotation.XmlNs; import javax.xml.bind.annotation.XmlNsForm; import javax.xml.bind.annotation.XmlSchema;