Added optional whitespace characters in before and/or after the content within <element> tags
Added Alignment optional attribute to the <Section> tag Changed the UserExtension Identifier from int to string git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2303 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -910,7 +910,7 @@
|
||||
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
|
||||
</xs:sequence>
|
||||
<xs:attribute name="UserID" type="xs:NCName" use="required"/>
|
||||
<xs:attribute name="Identifier" type="xs:nonNegativeInteger" use="required"/>
|
||||
<xs:attribute name="Identifier" type="xs:string" use="required"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="Variables">
|
||||
|
Reference in New Issue
Block a user