|
1627 | 1627 | <!-- @see Concrete\Core\Attribute\Category\ExpressCategory --> |
1628 | 1628 | <xs:assert test="@category = 'express' or not(@unique)"> |
1629 | 1629 | <xs:annotation> |
1630 | | - <xs:documentation>This attribute is only for express attribues</xs:documentation> |
| 1630 | + <xs:documentation>This attribute is only for express attributes</xs:documentation> |
1631 | 1631 | </xs:annotation> |
1632 | 1632 | </xs:assert> |
1633 | 1633 | <!-- @see Concrete\Core\Attribute\Category\UserCategory --> |
1634 | 1634 | <xs:assert test="@category = 'user' or not(@profile-displayed)"> |
1635 | 1635 | <xs:annotation> |
1636 | | - <xs:documentation>This attribute is only for user attribues</xs:documentation> |
| 1636 | + <xs:documentation>This attribute is only for user attributes</xs:documentation> |
1637 | 1637 | </xs:annotation> |
1638 | 1638 | </xs:assert> |
1639 | 1639 | <xs:assert test="@category = 'user' or not(@profile-editable)"> |
1640 | 1640 | <xs:annotation> |
1641 | | - <xs:documentation>This attribute is only for user attribues</xs:documentation> |
| 1641 | + <xs:documentation>This attribute is only for user attributes</xs:documentation> |
1642 | 1642 | </xs:annotation> |
1643 | 1643 | </xs:assert> |
1644 | 1644 | <xs:assert test="@category = 'user' or not(@profile-required)"> |
1645 | 1645 | <xs:annotation> |
1646 | | - <xs:documentation>This attribute is only for user attribues</xs:documentation> |
| 1646 | + <xs:documentation>This attribute is only for user attributes</xs:documentation> |
1647 | 1647 | </xs:annotation> |
1648 | 1648 | </xs:assert> |
1649 | 1649 | <xs:assert test="@category = 'user' or not(@register-editable)"> |
1650 | 1650 | <xs:annotation> |
1651 | | - <xs:documentation>This attribute is only for user attribues</xs:documentation> |
| 1651 | + <xs:documentation>This attribute is only for user attributes</xs:documentation> |
1652 | 1652 | </xs:annotation> |
1653 | 1653 | </xs:assert> |
1654 | 1654 | <xs:assert test="@category = 'user' or not(@register-required)"> |
1655 | 1655 | <xs:annotation> |
1656 | | - <xs:documentation>This attribute is only for user attribues</xs:documentation> |
| 1656 | + <xs:documentation>This attribute is only for user attributes</xs:documentation> |
1657 | 1657 | </xs:annotation> |
1658 | 1658 | </xs:assert> |
1659 | 1659 | <xs:assert test="@category = 'user' or not(@member-list-displayed)"> |
1660 | 1660 | <xs:annotation> |
1661 | | - <xs:documentation>This attribute is only for user attribues</xs:documentation> |
| 1661 | + <xs:documentation>This attribute is only for user attributes</xs:documentation> |
1662 | 1662 | </xs:annotation> |
1663 | 1663 | </xs:assert> |
1664 | 1664 | </xs:complexType> |
|
0 commit comments