<xs:element name="PenCatalog" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Pluma para representación.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="ScreenPen" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Estilo de la pluma para visualización por pantalla.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="pattern" default="CONTINUOUS">
<xs:annotation>
<xs:documentation>Patrón de la pluma para visualización por pantalla.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="CONTINUOUS" />
<xs:enumeration value="DISCONTINUOUS" />
<xs:enumeration value="DASHDOT" />
<xs:enumeration value="DOTS" />
<xs:enumeration value="DASHDOT2" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="red" default="0" type="xs:unsignedByte">
<xs:annotation>
<xs:documentation>Componente rojo de la pluma para visualización por pantalla.</xs:documentation>
<xs:documentation>Valor entre 0 y 255.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="green" default="0" type="xs:unsignedByte">
<xs:annotation>
<xs:documentation>Componente verde de la pluma para visualización por pantalla.</xs:documentation>
<xs:documentation>Valor entre 0 y 255.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="blue" default="0" type="xs:unsignedByte">
<xs:annotation>
<xs:documentation>Componente azul de la pluma para visualización por pantalla.</xs:documentation>
<xs:documentation>Valor entre 0 y 255.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="PaperPen" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>Estilo de la pluma para documentos.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="pattern" default="CONTINUOUS">
<xs:annotation>
<xs:documentation>Patrón de la pluma para documentos.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="CONTINUOUS" />
<xs:enumeration value="DISCONTINUOUS" />
<xs:enumeration value="DASHDOT" />
<xs:enumeration value="DOTS" />
<xs:enumeration value="DASHDOT2" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="red" default="0" type="xs:unsignedByte">
<xs:annotation>
<xs:documentation>Componente rojo de la pluma para documentos.</xs:documentation>
<xs:documentation>Valor entre 0 y 255.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="green" default="0" type="xs:unsignedByte">
<xs:annotation>
<xs:documentation>Componente verde de la pluma para documentos.</xs:documentation>
<xs:documentation>Valor entre 0 y 255.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="blue" default="0" type="xs:unsignedByte">
<xs:annotation>
<xs:documentation>Componente azul de la pluma para documentos.</xs:documentation>
<xs:documentation>Valor entre 0 y 255.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="width" default="0.000" type="xs:float">
<xs:annotation>
<xs:documentation>Grosor de la pluma para documentos.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Nombre de la pluma.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ID" type="xs:unsignedLong">
<xs:annotation>
<xs:documentation>Identificador de la pluma.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|