Added more PCMCIA fields

This commit is contained in:
2016-10-15 22:40:27 +01:00
parent 3df79256d4
commit 97781ddc50
78 changed files with 1557 additions and 1138 deletions

View File

@@ -2540,6 +2540,36 @@
<xs:documentation>Contains the PCMCIA Card Information Structure dump.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element type="xs:string" name="Compliance" maxOccurs="1" minOccurs="0">
<xs:annotation>
<xs:documentation>Contains the PCMCIA version standard compliance</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element type="xs:unsignedShort" name="ManufacturerCode" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Contains the PCMCIA manufacturer ID</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element type="xs:unsignedShort" name="CardCode" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Contains the PCMCIA card ID</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element type="xs:string" name="Manufacturer" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Contains the PCMCIA manufacturer string</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element type="xs:string" name="ProductName" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>Contains the PCMCIA product name string</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element type="xs:string" name="AdditionalInformation" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Contains additional PCMCIA information strings</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PCIType">