
Name | The name the group will be referred to as. This must be unique, and it's a good standard to postfix it with 'Group'). |
Id | A user defined ID to uniquely identify the entity within the schema. |
Will be represented like this
XSD Sample Code |
Copy Code
|
---|---|
<xs:attributeGroup name="FullNameGroup"> <xs:attribute name="Forename" type="xs:string" /> <xs:attribute name="Middlename" type="xs:string" use="optional" /> <xs:attribute name="Surname" type="xs:string" /> </xs:attributeGroup> |
Will be represented like this
Properties that apply to a type are shown inline at the bottom of the items container.
Values that are inherited from the base types are shown in brackets, values specifically set against the item are shown without brackets.
If a facet is not valid for a given type (typically because of its data type), then its value is shown in red.