|
| enum class | IPC2581::SECTION {
IPC2581::PADSTACKS
, IPC2581::BOM_AVL
, IPC2581::PACKAGES
, IPC2581::COMPONENTS
,
IPC2581::STACKUP
, IPC2581::PROFILE
, IPC2581::SOLDERMASK
, IPC2581::SOLDERPASTE
,
IPC2581::SILKSCREEN
, IPC2581::DRILL_ROUT
, IPC2581::DOCUMENTATION
, IPC2581::OUTER_COPPER
,
IPC2581::INNER_COPPER
, IPC2581::DIELECTRIC
, IPC2581::MISC_FAB
, IPC2581::LOGICAL_NET
,
IPC2581::PHYSICAL_NET
, IPC2581::DFX
, IPC2581::COUNT
} |
| | Schema sections of the IPC-2581C function mode table, Table 4 p 80. More...
|
| |
| enum class | IPC2581::MODE {
IPC2581::USERDEF
, IPC2581::BOM
, IPC2581::STACKUP
, IPC2581::FABRICATION
,
IPC2581::ASSEMBLY
, IPC2581::TEST
, IPC2581::STENCIL
, IPC2581::DFX
,
IPC2581::COUNT
} |
| | Columns of Table 4. More...
|
| |
| enum class | IPC2581::SECTION_RULE { IPC2581::EXCLUDED
, IPC2581::RULE_OPTIONAL
, IPC2581::REQUIRED
} |
| | Table 4 cell values N O and Y. More...
|
| |
| enum class | IPC2581::REVISION { IPC2581::B
, IPC2581::C
} |
| | Schema revision The two revisions declare different identity constraints. More...
|
| |
| enum class | IPC2581::SUPPRESS {
IPC2581::COMPONENT_REFDES
, IPC2581::COMPONENT_PACKAGEREF
, IPC2581::PINREF_COMPONENTREF
, IPC2581::PAD_PADSTACKDEFREF
,
IPC2581::BOM_REFDES
, IPC2581::BOM_REFDES_LAYERREF
, IPC2581::BOM_REFDES_PACKAGEREF
, IPC2581::BOM_HEADER_STEPREF
,
IPC2581::COUNT
} |
| | Optional attributes to remove when their schema section is absent. More...
|
| |