diagram | |||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||
type | extension of xsd:hexBinary | ||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||
source | <xsd:complexType name="Texture1DDataType"> <xsd:annotation> <xsd:documentation> Basic 1D texture data definition </xsd:documentation> </xsd:annotation> <xsd:simpleContent> <xsd:extension base="xsd:hexBinary"> <xsd:attribute name="level" type="xsd:nonNegativeInteger" use="required"/> <xsd:attribute name="width" type="xsd:positiveInteger" use="required"/> <xsd:attribute name="border" type="xsd:nonNegativeInteger" default="0"/> <xsd:attribute name="location" type="plm:anyURIType" use="optional"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> |
type | xsd:nonNegativeInteger | ||
properties |
|
||
source | <xsd:attribute name="level" type="xsd:nonNegativeInteger" use="required"/> |
type | xsd:positiveInteger | ||
properties |
|
||
source | <xsd:attribute name="width" type="xsd:positiveInteger" use="required"/> |
type | xsd:nonNegativeInteger | ||
properties |
|
||
source | <xsd:attribute name="border" type="xsd:nonNegativeInteger" default="0"/> |
type | plm:anyURIType | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="location" type="plm:anyURIType" use="optional"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo> </xsd:annotation> </xsd:attribute> |