complexType ExtraInfoDetail
diagram pscev_p427.png
type extension of xs:string
properties
base xs:string
used by
element ExtraInfoDetails/ExtraInfoDetail
attributes
Name  Type  Use  Default  Fixed  annotation
Typexs:stringrequired      
annotation
documentation
En caso de valor booleano colocar "true" o "false"
source <xs:complexType name="ExtraInfoDetail">
 
<xs:annotation>
   
<xs:documentation>En caso de valor booleano colocar "true" o "false"</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="xs:string">
     
<xs:attribute name="Type" type="xs:string" use="required"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute ExtraInfoDetail/@Type
type xs:string
properties
isRef 0
use required
source <xs:attribute name="Type" type="xs:string" use="required"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy