pdaDeviceType
This information is intented for export control as some combinations of BBs need legal validation. Design software can validate the devicetype combinations that are used in the design and report on possible export regulations.Structure
This element is simple - it does not have attributes or elements. The text that fills up the...
is value used.
<pdaDeviceType> ... </pdaDeviceType>
XSD The schema file can be downloaded or viewed at xPDK_BB.
Details
Type pdaIdentifier
Defines a valid name for an identifier.Identifiers are used in the Python library for the
getName()
and setName()
function and can thus be used to identify the different elements in lists.In text the specification is a letter, followed by letters, numbers, underscore or dot. The XSD schema validation is a regular expression: [A-Za-z]([A-Za-z0-9_])*