Files
mbed-os/targets/TARGET_Cypress/TARGET_PSOC6/mtb-pdl-cat1/udd/schemas/baseview.xsd
Beslan 0ef1717155
Some checks failed
Basic Checks / license-check (push) Has been cancelled
Basic Checks / include-check (push) Has been cancelled
Basic Checks / style-check (push) Has been cancelled
Basic Checks / docs-check (push) Has been cancelled
Basic Checks / python-tests (push) Has been cancelled
Basic Checks / pin-validation (push) Has been cancelled
Basic Checks / cmake-checks (push) Has been cancelled
Basic Checks / frozen-tools-check (push) Has been cancelled
Publish or Update docker image for head of branch / prepare-tags (push) Has been cancelled
Release or update docker image for a released mbed-os version / prepare-tags (push) Has been cancelled
Publish or Update docker image for head of branch / build-container (push) Has been cancelled
Publish or Update docker image for head of branch / test-container (linux/amd64) (push) Has been cancelled
Publish or Update docker image for head of branch / test-container (linux/arm64) (push) Has been cancelled
Publish or Update docker image for head of branch / deploy-container (push) Has been cancelled
Release or update docker image for a released mbed-os version / build-container (push) Has been cancelled
Release or update docker image for a released mbed-os version / test-container (linux/amd64) (push) Has been cancelled
Release or update docker image for a released mbed-os version / test-container (linux/arm64) (push) Has been cancelled
Release or update docker image for a released mbed-os version / deploy-container (push) Has been cancelled
Prune temporary docker images / prune-images (push) Has been cancelled
Mirror mbed-os-6.15.0
2026-07-10 18:42:39 +03:00

27 lines
1.7 KiB
XML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified"
xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="baseview">
<xs:complexType>
<xs:sequence>
<xs:element name="siliconid" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="shortsiliconid" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="familyid" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="revisionid" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="major" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="minor" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="mcu" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="vendor" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="flash" type="xs:unsignedInt" minOccurs="0" maxOccurs="1" />
<xs:element name="ram" type="xs:unsignedInt" minOccurs="0" maxOccurs="1" />
<xs:element name="package" type="xs:string" minOccurs="0" maxOccurs="1" />
<xs:element name="pins" type="xs:unsignedInt" minOccurs="0" maxOccurs="1" />
<xs:element name="minvoltage" type="xs:unsignedInt" minOccurs="0" maxOccurs="1" />
<xs:element name="maxvoltage" type="xs:unsignedInt" minOccurs="0" maxOccurs="1" />
<xs:element name="description" type="xs:string" minOccurs="0" maxOccurs="1" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>